mlpack
master
|
Extremely simple class whose only job is to delete the existing CLI object at the end of execution. More...
Public Member Functions | |
CLIDeleter () | |
~CLIDeleter () | |
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 'CLI::Destroy()' 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 25 of file cli_deleter.hpp.
mlpack::util::CLIDeleter::CLIDeleter | ( | ) |
mlpack::util::CLIDeleter::~CLIDeleter | ( | ) |