Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::property_tree::id_translator< T > Struct Template Reference

Simple implementation of the Translator concept. It does no translation. More...

#include <ptree_fwd.hpp>

Public Types

typedef T internal_type
 
typedef T external_type
 

Public Member Functions

boost::optional< Tget_value (const T &v)
 
boost::optional< Tput_value (const T &v)
 

Detailed Description

template<typename T>
struct boost::property_tree::id_translator< T >

Simple implementation of the Translator concept. It does no translation.

Member Typedef Documentation

template<typename T >
typedef T boost::property_tree::id_translator< T >::external_type
template<typename T >
typedef T boost::property_tree::id_translator< T >::internal_type

Member Function Documentation

template<typename T >
boost::optional<T> boost::property_tree::id_translator< T >::get_value ( const T v)
inline
template<typename T >
boost::optional<T> boost::property_tree::id_translator< T >::put_value ( const T v)
inline

The documentation for this struct was generated from the following file: