Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
nvp< T > Struct Template Reference
Inheritance diagram for nvp< T >:
wrapper_traits< const nvp< T > > traits< T, Level, Tracking, Version, ETII, Wrapper > basic_traits

Public Types

typedef BOOST_DEDUCED_TYPENAME
mpl::int_< Level > 
level
 
typedef BOOST_DEDUCED_TYPENAME
mpl::int_< Tracking > 
tracking
 
typedef BOOST_DEDUCED_TYPENAME
mpl::int_< Version > 
version
 
typedef ETII type_info_implementation
 
typedef Wrapper is_wrapper
 

Public Member Functions

 nvp (const char *name_, T &t)
 
 nvp (const nvp &rhs)
 
const char * name () const
 
T & value () const
 
const T & const_value () const
 
template<class Archivex >
void save (Archivex &ar, const unsigned int) const
 
template<class Archivex >
void load (Archivex &ar, const unsigned int)
 
 BOOST_STATIC_ASSERT (Version==0||Level >=object_class_info)
 
 BOOST_STATIC_ASSERT (Tracking==track_never||Level >=object_serializable)
 

Detailed Description

template<class T>
struct BFL::boost::serialization::nvp< T >

Definition at line 42 of file asirfilter.h.


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