Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
implementation_level< T > Struct Template Reference
Inheritance diagram for implementation_level< T >:
implementation_level_impl< const T >

Public Types

typedef mpl::integral_c_tag tag
 
typedef mpl::eval_if< is_base_and_derived< boost::serialization::basic_traits, const T >, traits_class_level< const T >, typename mpl::eval_if< is_fundamental< const T >, mpl::int_< primitive_type >, typename mpl::eval_if< is_class< const T >, mpl::int_< object_class_info >, typename mpl::eval_if< is_array< const T >, mpl::int_< object_serializable >, typename mpl::eval_if< is_enum< const T >, mpl::int_< primitive_type >, mpl::int_< not_serializable > > > > > >::type type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (int, value=type::value)
 

Detailed Description

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

Definition at line 91 of file asirfilter.h.


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