mlpack  master
Public Member Functions | List of all members
mlpack::ann::DeleteVisitor Class Reference

DeleteVisitor executes the destructor of the instantiated object. More...

Inheritance diagram for mlpack::ann::DeleteVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the destructor. More...
 

Detailed Description

DeleteVisitor executes the destructor of the instantiated object.

Definition at line 27 of file delete_visitor.hpp.

Member Function Documentation

template<typename LayerType >
void mlpack::ann::DeleteVisitor::operator() ( LayerType *  layer) const

Execute the destructor.


The documentation for this class was generated from the following file: