]> git.cworth.org Git - vogl/blob - src/extlib/loki/include/loki/flex/flex_string.h
Initial vogl checkin
[vogl] / src / extlib / loki / include / loki / flex / flex_string.h
1 ////////////////////////////////////////////////////////////////////////////////
2 // flex_string
3 // Copyright (c) 2001 by Andrei Alexandrescu
4 // Permission to use, copy, modify, distribute and sell this software for any
5 //     purpose is hereby granted without fee, provided that the above copyright
6 //     notice appear in all copies and that both that copyright notice and this
7 //     permission notice appear in supporting documentation.
8 // The author makes no representations about the
9 //     suitability of this software for any purpose. It is provided "as is"
10 //     without express or implied warranty.
11 ////////////////////////////////////////////////////////////////////////////////
12
13 #ifndef FLEX_STRING_INC_
14 #define FLEX_STRING_INC_
15
16 // $Id: flex_string.h 754 2006-10-17 19:59:11Z syntheticpp $
17
18
19 // <THE> string
20 #include "flex_string_shell.h"
21
22 // Storage policies
23 #include "simplestringstorage.h"
24 #include "allocatorstringstorage.h"
25 #include "vectorstringstorage.h"
26 #include "smallstringopt.h"
27 #include "cowstringopt.h"
28 //#include "utf16encoding.h"
29
30 #endif // FLEX_STRING_INC_