]> Dogcows Code - chaz/yoink/blob - src/stlplus/strings/string_stl.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / strings / string_stl.hpp
1 #ifndef STLPLUS_STRING_STL
2 #define STLPLUS_STRING_STL
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 // Template string conversions for pointers and STL containers
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "string_bitset.hpp"
15 #include "string_list.hpp"
16 #include "string_map.hpp"
17 #include "string_pair.hpp"
18 #include "string_sequence.hpp"
19 #include "string_set.hpp"
20 #include "string_string.hpp"
21 #include "string_vector.hpp"
22
23 #endif
This page took 0.034861 seconds and 4 git commands to generate.