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                                       ;

  // construct/copy/destruct
  ( = );

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

Description

stream_translator public construct/copy/destruct

  1. ( loc = );

stream_translator public member functions

  1.  ( v);
  2.  ( v);

PrevUpHomeNext