]> Dogcows Code - chaz/yoink/blob - src/stlplus/strings/string_stlplus.hpp
build system enhancements
[chaz/yoink] / src / stlplus / strings / string_stlplus.hpp
1 #ifndef STLPLUS_STRING_STLPLUS
2 #define STLPLUS_STRING_STLPLUS
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 the STLplus containers
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 // can be excluded to break the dependency on the containers library
15 #ifndef NO_STLPLUS_CONTAINERS
16 #include "string_digraph.hpp"
17 #include "string_foursome.hpp"
18 #include "string_hash.hpp"
19 #include "string_matrix.hpp"
20 #include "string_ntree.hpp"
21 #include "string_smart_ptr.hpp"
22 #include "string_triple.hpp"
23 #endif
24
25 // can be excluded to break the dependency on the portability library
26 #ifndef NO_STLPLUS_INF
27 #include "string_inf.hpp"
28 #endif
29
30 #endif
This page took 0.029652 seconds and 4 git commands to generate.