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

DeleteVisitor deletes the given RSType instance. More...

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

Public Member Functions

template<typename RSType >
void operator() (RSType *rs) const
 Delete the RSType object. More...
 

Detailed Description

DeleteVisitor deletes the given RSType instance.

Definition at line 182 of file rs_model.hpp.

Member Function Documentation

template<typename RSType >
void mlpack::range::DeleteVisitor::operator() ( RSType rs) const

Delete the RSType object.


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