mlpack::util::CLIDeleter(3) Extremely simple class whose only job is to delete the existing CLI object at the end of execution.

SYNOPSIS


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 '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 35 of file cli_deleter.hpp.

Constructor & Destructor Documentation

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

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

Author

Generated automatically by Doxygen for MLPACK from the source code.