]> Dogcows Code - chaz/yoink/blob - src/stlplus/strings/string_basic.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_basic.hpp
1 #ifndef STLPLUS_STRING_BASIC
2 #define STLPLUS_STRING_BASIC
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
9
10 // Utilities for converting basic C types to/from std::strings
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "string_address.hpp"
15 #include "string_bool.hpp"
16 #include "string_cstring.hpp"
17 #include "string_float.hpp"
18 #include "string_int.hpp"
19 #include "string_pointer.hpp"
20
21 #endif
This page took 0.033058 seconds and 4 git commands to generate.