#ifndef STLPLUS_STRING_STL #define STLPLUS_STRING_STL //////////////////////////////////////////////////////////////////////////////// // Author: Andy Rushton // Copyright: (c) Southampton University 1999-2004 // (c) Andy Rushton 2004-2009 // License: BSD License, see ../docs/license.html // Template string conversions for pointers and STL containers //////////////////////////////////////////////////////////////////////////////// #include "string_bitset.hpp" #include "string_list.hpp" #include "string_map.hpp" #include "string_pair.hpp" #include "string_sequence.hpp" #include "string_set.hpp" #include "string_string.hpp" #include "string_vector.hpp" #endif