Bayesian Filtering Library
Generated from SVN r
|
Static Public Member Functions | |
template<class U > | |
static type_traits::yes_type | check_sig1 (U *, test< void *(*)(std::size_t), &U::operator new > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig1 (...) |
template<class U > | |
static type_traits::yes_type | check_sig2 (U *, test< void *(*)(std::size_t, const std::nothrow_t &), &U::operator new > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig2 (...) |
template<class U > | |
static type_traits::yes_type | check_sig3 (U *, test< void *(*)(std::size_t, void *), &U::operator new > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig3 (...) |
template<class U > | |
static type_traits::yes_type | check_sig4 (U *, test< void *(*)(std::size_t), &U::operator new[] > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig4 (...) |
template<class U > | |
static type_traits::yes_type | check_sig5 (U *, test< void *(*)(std::size_t, const std::nothrow_t &), &U::operator new[] > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig5 (...) |
template<class U > | |
static type_traits::yes_type | check_sig6 (U *, test< void *(*)(std::size_t, void *), &U::operator new[] > *=NULL) |
template<class U > | |
static type_traits::no_type | check_sig6 (...) |
Definition at line 34 of file asirfilter.h.