Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | Friends | List of all members
array_wrapper< T > Class Template Reference
Inheritance diagram for array_wrapper< T >:
wrapper_traits< const array_wrapper< T > > traits< const array_wrapper< T >, object_serializable, track_never, 0, extended_type_info_impl< const array_wrapper< 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 array_wrapper< T > > type_info_implementation
 
typedef mpl::true_ is_wrapper
 

Public Member Functions

 array_wrapper (const array_wrapper &rhs)
 
 array_wrapper (T *t, std::size_t s)
 
template<class Archive >
void serialize_optimized (Archive &ar, const unsigned int, mpl::false_) const
 
template<class Archive >
void serialize_optimized (Archive &ar, const unsigned int version, mpl::true_)
 
template<class Archive >
void save (Archive &ar, const unsigned int version) const
 
template<class Archive >
void load (Archive &ar, const unsigned int version)
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
T * address () const
 
std::size_t count () const
 
 BOOST_STATIC_ASSERT (Version==0||Level >=object_class_info)
 
 BOOST_STATIC_ASSERT (Tracking==track_never||Level >=object_serializable)
 

Friends

template<class Tx , class S >
const boost::serialization::array_wrapper< Tx > make_array (Tx *t, S s)
 

Detailed Description

template<class T>
class BFL::boost::serialization::array_wrapper< T >

Definition at line 32 of file asirfilter.h.


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