mlpack  2.0.1
cli_deleter.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_CORE_UTIL_CLI_DELETER_HPP
15 #define __MLPACK_CORE_UTIL_CLI_DELETER_HPP
16 
17 namespace mlpack {
18 namespace util {
19 
28 {
29  public:
30  CLIDeleter();
31  ~CLIDeleter();
32 };
33 
36 
37 } // namespace io
38 } // namespace mlpack
39 
40 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
Extremely simple class whose only job is to delete the existing CLI object at the end of execution...
Definition: cli_deleter.hpp:27
static CLIDeleter cliDeleter
Declare the deleter.
Definition: cli_deleter.hpp:35