mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
CLIDeleter Class Reference

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

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

Constructor & Destructor Documentation

~CLIDeleter ( )

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