mlpack::util::CLIDeleter Class Reference

Extremely simple class whose only job is to delete the existing CLI object at the end of execution. More...

List of all members.

Public Member Functions

 CLIDeleter ()
 ~CLIDeleter ()

Detailed Description

Extremely simple class whose only job is to delete the existing CLI object at the end of execution.

This is meant to allow the user to avoid typing 'CLIDestroy()' at the end of their program. The file also defines a static CLIDeleter class, which will be initialized at the beginning of the program and deleted at the end. The destructor destroys the CLI singleton.

Definition at line 35 of file cli_deleter.hpp.


Constructor & Destructor Documentation

mlpack::util::CLIDeleter::CLIDeleter (  ) 
mlpack::util::CLIDeleter::~CLIDeleter (  ) 

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

Generated on 13 Aug 2014 for MLPACK by  doxygen 1.6.1