Simple implementation of the Translator concept. It does no translation. More...
#include <id_translator.hpp>
Public Types | |
| typedef T | external_type |
| typedef T | internal_type |
Public Member Functions | |
| boost::optional< T > | get_value (const T &v) |
| boost::optional< T > | put_value (const T &v) |
Simple implementation of the Translator concept. It does no translation.
Definition at line 24 of file id_translator.hpp.
| typedef T boost::property_tree::id_translator< T >::external_type |
Definition at line 27 of file id_translator.hpp.
| typedef T boost::property_tree::id_translator< T >::internal_type |
Definition at line 26 of file id_translator.hpp.
|
inline |
Definition at line 29 of file id_translator.hpp.
|
inline |
Definition at line 30 of file id_translator.hpp.