]> Dogcows Code - chaz/yoink/blob - src/stlplus/strings/strings.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / strings.hpp
1 #ifndef STLPLUS_STRINGS
2 #define STLPLUS_STRINGS
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 // Header for including the whole strings library in one go
11
12 // The strings library prints C and C++ types into a std::string
13
14 // - it extends the numeric presentation of integers to include any radix from 2 - 36
15 // - it allows the printing of data structures - useful for diagnostic dumps
16
17 ////////////////////////////////////////////////////////////////////////////////
18
19 #include "string_utilities.hpp"
20
21 #include "string_basic.hpp"
22 #include "string_stl.hpp"
23 #include "string_stlplus.hpp"
24
25 #include "print_basic.hpp"
26 #include "print_stl.hpp"
27 #include "print_stlplus.hpp"
28
29 ////////////////////////////////////////////////////////////////////////////////
30 #endif
This page took 0.029827 seconds and 4 git commands to generate.