Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template stream_translator

boost::property_tree::stream_translator — Implementation of Translator that uses the stream overloads.

Synopsis

// In header: <boost/property_tree/stream_translator.hpp>

template<typename Ch, typename Traits, typename Alloc, typename E> 
class stream_translator {
public:
  // types
  typedef  ;
  typedef                                       ;

  // public member functions
  ( = );
   ();
   ();
};

Description

stream_translator public member functions

  1. ( loc = );
  2.  ( v);
  3.  ( v);

PrevUpHomeNext