mlpack  3.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
print_cpp.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_GO_PRINT_CPP_HPP
14 #define MLPACK_BINDINGS_GO_PRINT_CPP_HPP
15 
16 #include <mlpack/core.hpp>
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace go {
21 
26 void PrintCPP(const util::ProgramDoc& programInfo,
27  const std::string& mainFilename,
28  const std::string& functionName);
29 
30 
31 } // namespace go
32 } // namespace bindings
33 } // namespace mlpack
34 
35 #endif
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
void PrintCPP(const util::ProgramDoc &programInfo, const std::string &mainFilename, const std::string &functionName)
Given a list of parameter definition and program documentation, print a generated ...
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$
Definition: CMakeLists.txt:56