

Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.hpp | |
| mlpack::bindings | |
| mlpack::bindings::tests | |
Functions | |
template < typename T > | |
| void | DeleteAllocatedMemory (const util::ParamData &d, const void *, void *) |
template < typename T > | |
| void | DeleteAllocatedMemoryImpl (const util::ParamData &, const typename boost::disable_if< data::HasSerialize< T >>::type *=0, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0) |
template < typename T > | |
| void | DeleteAllocatedMemoryImpl (const util::ParamData &, const typename boost::enable_if< arma::is_arma_type< T >>::type *=0) |
template < typename T > | |
| void | DeleteAllocatedMemoryImpl (const util::ParamData &d, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::enable_if< data::HasSerialize< T >>::type *=0) |