Go to the source code of this file.
|
| template<typename T > |
| void * | GetAllocatedMemory (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 * | GetAllocatedMemory (const util::ParamData &, const typename boost::enable_if< arma::is_arma_type< T >>::type *=0) |
| |
| template<typename T > |
| void * | GetAllocatedMemory (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) |
| |
| template<typename T > |
| void | GetAllocatedMemory (const util::ParamData &d, const void *, void *output) |
| |