]> Dogcows Code - chaz/yoink/blob - src/Moof/StringTools.hh
sockets documentation and cleanup
[chaz/yoink] / src / Moof / StringTools.hh
1
2 /*] Copyright (c) 2009-2010, Charles McGarvey [**************************
3 **] All rights reserved.
4 *
5 * vi:ts=4 sw=4 tw=75
6 *
7 * Distributable under the terms and conditions of the 2-clause BSD license;
8 * see the file COPYING for a complete text of the license.
9 *
10 **************************************************************************/
11
12 #ifndef _MOOF_STRINGTOOLS_HH_
13 #define _MOOF_STRINGTOOLS_HH_
14
15 #include <string>
16
17
18 namespace Mf {
19
20 std::wstring multiToWide(const std::string& multiStr);
21 std::string wideToMulti(const std::wstring& wideStr);
22
23 } // namespace Mf
24
25
26 #endif // _MOOF_STRINGTOOLS_HH_
27
This page took 0.035532 seconds and 4 git commands to generate.