![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <pyconfig/Converter.hpp>

Public Types | |
| typedef T | TargetType |
Public Member Functions | |
| template<typename U> | |
| bool | convert (U &value, Object o) const |
| bool | convert (std::string &value, Object o) const |
| bool | convert (bool &value, Object o) const |
Definition at line 37 of file Converter.hpp.
| typedef T wns::pyconfig::Converter< T >::TargetType |
Definition at line 40 of file Converter.hpp.
| bool wns::pyconfig::Converter< T >::convert | ( | U & | value, | |
| Object | o | |||
| ) | const [inline] |
Definition at line 74 of file Converter.hpp.
| bool wns::pyconfig::Converter< T >::convert | ( | std::string & | value, | |
| Object | o | |||
| ) | const [inline] |
Definition at line 60 of file Converter.hpp.
| bool wns::pyconfig::Converter< T >::convert | ( | bool & | value, | |
| Object | o | |||
| ) | const [inline] |
Definition at line 44 of file Converter.hpp.
1.5.5