libtenum
|
#include <helper.hpp>
Static Public Member Functions | |
static EnumType | deserialize (::std::string const &value_in) |
template<bool const IsDynamic, bool const IsBitField> | |
static EnumType | deserialize_impl (::std::string const &value_in,::boost::integral_constant< bool, IsDynamic > const &is_dynamic,::boost::integral_constant< bool, IsBitField > const &is_bit_field) |
static EnumType | get_base_of (EnumType const value_in) |
static inline::std::string | serialize (EnumType const value_in) |
template<bool const IsDynamic, bool const IsBitField> | |
static inline::std::string | serialize_impl (EnumType const enum_value_in,::boost::integral_constant< bool, IsDynamic > const &is_dynamic,::boost::integral_constant< bool, IsBitField > const &is_bit_field) |
Definition at line 40 of file helper.hpp.
static EnumType tenum::enum_helper< EnumType >::deserialize | ( | ::std::string const & | value_in | ) | [inline, static] |
value_in |
Definition at line 98 of file helper.hpp.
References tenum::enum_helper< EnumType >::deserialize_impl().
static EnumType tenum::enum_helper< EnumType >::deserialize_impl | ( | ::std::string const & | value_in, |
::boost::integral_constant< bool, IsDynamic > const & | is_dynamic, | ||
::boost::integral_constant< bool, IsBitField > const & | is_bit_field | ||
) | [inline, static] |
value_in | |
is_dynamic | |
is_bit_field |
Definition at line 74 of file helper.hpp.
Referenced by tenum::enum_helper< EnumType >::deserialize().
static EnumType tenum::enum_helper< EnumType >::get_base_of | ( | EnumType const | value_in | ) | [inline, static] |
static inline ::std::string tenum::enum_helper< EnumType >::serialize | ( | EnumType const | value_in | ) | [inline, static] |
value_in |
Definition at line 89 of file helper.hpp.
References tenum::enum_helper< EnumType >::serialize_impl().
static inline ::std::string tenum::enum_helper< EnumType >::serialize_impl | ( | EnumType const | enum_value_in, |
::boost::integral_constant< bool, IsDynamic > const & | is_dynamic, | ||
::boost::integral_constant< bool, IsBitField > const & | is_bit_field | ||
) | [inline, static] |
enum_value_in | |
is_dynamic | |
is_bit_field |
Definition at line 56 of file helper.hpp.
Referenced by tenum::enum_helper< EnumType >::serialize().