]>
Dogcows Code - chaz/yoink/blob - src/stlplus/strings/string_stl.hpp
ef934971310bc6a4b586b6c977c13ee9fb307b41
1 #ifndef STLPLUS_STRING_STL
2 #define STLPLUS_STRING_STL
3 ////////////////////////////////////////////////////////////////////////////////
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
10 // Template string conversions for pointers and STL containers
12 ////////////////////////////////////////////////////////////////////////////////
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"
This page took 0.034067 seconds and 4 git commands to generate.