strings/print_stlplus.hpp

    1: #ifndef STLPLUS_PRINT_STLPLUS
    2: #define STLPLUS_PRINT_STLPLUS
    3: ////////////////////////////////////////////////////////////////////////////////
    4: 
    5: //   Author:    Andy Rushton
    6: //   Copyright: (c) Andy Rushton, 2007
    7: //   License:   BSD License, see ../docs/license.html
    8: 
    9: //   Template string conversions for the STLplus containers
   10: 
   11: ////////////////////////////////////////////////////////////////////////////////
   12: 
   13: #ifndef NO_STLPLUS_CONTAINERS
   14: #include "print_triple.hpp"
   15: #include "print_foursome.hpp"
   16: #include "print_smart_ptr.hpp"
   17: #include "print_digraph.hpp"
   18: #include "print_hash.hpp"
   19: #include "print_matrix.hpp"
   20: #include "print_ntree.hpp"
   21: #endif
   22: 
   23: #include "print_inf.hpp"
   24: 
   25: #endif