delete_allocated_memory.hpp File Reference
Include dependency graph for delete_allocated_memory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlpack
 
strip_type.hpp
 
 mlpack::bindings
 
 mlpack::bindings::cli
 

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)