mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
singletons.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_CORE_UTIL_SINGLETONS_HPP
13 #define MLPACK_CORE_UTIL_SINGLETONS_HPP
14 
15 #include <mlpack/mlpack_export.hpp>
16 #include "cli_deleter.hpp"
17 
18 namespace mlpack {
19 namespace util {
20 
21 extern MLPACK_EXPORT CLIDeleter cliDeleter;
22 
23 } // namespace util
24 } // namespace mlpack
25 
26 #endif
MLPACK_EXPORT CLIDeleter cliDeleter
#define MLPACK_EXPORT