Bayesian Filtering Library
Generated from SVN r
|
Public Member Functions | |
array (value_type *t, std::size_t s) | |
array (const array &rhs) | |
array & | operator= (const array &rhs) |
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) |
value_type * | 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) | |
Definition at line 45 of file asirfilter.h.