strings/string_stlplus.hpp
1: #ifndef STLPLUS_STRING_STLPLUS
2: #define STLPLUS_STRING_STLPLUS
3: ////////////////////////////////////////////////////////////////////////////////
4:
5: // Author: Andy Rushton
6: // Copyright: (c) Andy Rushton, 2007
7: // License: BSD License, see ../docs/license.html
8:
9: // Template string conversions for the STLplus containers
10:
11: ////////////////////////////////////////////////////////////////////////////////
12:
13: #ifndef NO_STLPLUS_CONTAINERS
14: #include "string_triple.hpp"
15: #include "string_foursome.hpp"
16: #include "string_smart_ptr.hpp"
17: #include "string_digraph.hpp"
18: #include "string_hash.hpp"
19: #include "string_matrix.hpp"
20: #include "string_ntree.hpp"
21: #endif
22:
23: #include "string_inf.hpp"
24:
25: #endif