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< const nvp< T >, object_serializable, track_never, 0, extended_type_info_impl< const nvp< T > >, mpl::true_ > basic_traits

Public Types

typedef mpl::int_< Level > level
 
typedef mpl::int_< Tracking > tracking
 
typedef mpl::int_< Version > version
 
typedef extended_type_info_impl< const nvp< T > > type_info_implementation
 
typedef mpl::true_ is_wrapper
 

Public Member Functions

 nvp (const nvp &rhs)
 
 nvp (const char *name_, T &t)
 
const char * name () const
 
T & value () const
 
const T & const_value () const
 
template<class Archive >
void save (Archive &ar, const unsigned int) const
 
template<class Archive >
void load (Archive &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 35 of file asirfilter.h.


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