#include <nvp.hpp>

Public Member Functions | |
| const T & | const_value () const |
| template<class Archive > | |
| void | load (Archive &ar, const unsigned int) |
| const char * | name () const |
| nvp (const char *name_, T &t) | |
| nvp (const nvp &rhs) | |
| template<class Archive > | |
| void | save (Archive &ar, const unsigned int) const |
| T & | value () const |
Public Member Functions inherited from boost::serialization::traits< const nvp< T >, object_serializable, track_never, 0, extended_type_info_impl< const nvp< T > >, mpl::true_ > | |
| BOOST_STATIC_ASSERT (Tracking==track_never||Level >=object_serializable) | |
| BOOST_STATIC_ASSERT (Version==0||Level >=object_class_info) | |
Additional Inherited Members | |
Public Types inherited from boost::serialization::traits< const nvp< T >, object_serializable, track_never, 0, extended_type_info_impl< const nvp< T > >, mpl::true_ > | |
| typedef mpl::true_ | is_wrapper |
| typedef mpl::int_< Level > | level |
| typedef mpl::int_< Tracking > | tracking |
| typedef extended_type_info_impl< const nvp< T > > | type_info_implementation |
| typedef mpl::int_< Version > | version |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |