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

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

 BOOST_STATIC_ASSERT (Version==0||Level >=object_class_info)
 
 BOOST_STATIC_ASSERT (Tracking==track_never||Level >=object_serializable)
 

Detailed Description

template<class T, int Level, int Tracking, unsigned int Version = 0, class ETII = extended_type_info_impl< T >, class Wrapper = mpl::false_>
struct BFL::boost::serialization::traits< T, Level, Tracking, Version, ETII, Wrapper >

Definition at line 52 of file asirfilter.h.


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