MLPACK  1.0.11
cli_deleter.hpp
Go to the documentation of this file.
1 
22 #ifndef __MLPACK_CORE_UTIL_CLI_DELETER_HPP
23 #define __MLPACK_CORE_UTIL_CLI_DELETER_HPP
24 
25 namespace mlpack {
26 namespace util {
27 
36 {
37  public:
38  CLIDeleter();
39  ~CLIDeleter();
40 };
41 
44 
45 }; // namespace io
46 }; // namespace mlpack
47 
48 #endif
Extremely simple class whose only job is to delete the existing CLI object at the end of execution...
Definition: cli_deleter.hpp:35
static CLIDeleter cliDeleter
Declare the deleter.
Definition: cli_deleter.hpp:43