Implementation of Translator that uses the stream overloads. More...
#include <stream_translator.hpp>
Public Types | |
typedef std::basic_string< Ch, Traits, Alloc > | internal_type |
typedef E | external_type |
Public Member Functions | |
stream_translator (std::locale loc=std::locale()) | |
boost::optional< E > | get_value (const internal_type &v) |
boost::optional< internal_type > | put_value (const E &v) |
Implementation of Translator that uses the stream overloads.
typedef E boost::property_tree::stream_translator< Ch, Traits, Alloc, E >::external_type |
typedef std::basic_string<Ch, Traits, Alloc> boost::property_tree::stream_translator< Ch, Traits, Alloc, E >::internal_type |
|
inlineexplicit |
|
inline |
|
inline |