#ifndef STLPLUS_PRINT_STL #define STLPLUS_PRINT_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 "print_bitset.hpp" #include "print_list.hpp" #include "print_map.hpp" #include "print_pair.hpp" #include "print_sequence.hpp" #include "print_set.hpp" #include "print_string.hpp" #include "print_vector.hpp" #endif