lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
strings.h
00001 /*****************************************************/
00002 /* lean Strings                 (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_STRINGS_STRINGS
00006 #define LEAN_STRINGS_STRINGS
00007 
00008 namespace lean
00009 {
00013     namespace strings { }
00014 }
00015 
00016 #include "char_traits.h"
00017 #include "nullterminated.h"
00018 #include "nullterminated_range.h"
00019 #include "types.h"
00020 #include "charstream.h"
00021 
00022 #endif