mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_binding_name.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_MARKDOWN_GET_BINDING_NAME_HPP
14 #define MLPACK_BINDINGS_MARKDOWN_GET_BINDING_NAME_HPP
15 
16 #include <mlpack/prereqs.hpp>
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace markdown {
21 
28 std::string GetBindingName(const std::string& language,
29  const std::string& name);
30 
31 } // namespace markdown
32 } // namespace bindings
33 } // namespace mlpack
34 
35 #endif
std::string GetBindingName(const std::string &language, const std::string &name)
Given a language name and a binding name, return the name of that binding for that language...
The core includes that mlpack expects; standard C++ includes and Armadillo.
src mlpack core util version hpp VERSION_HPP_CONTENTS string(REGEX REPLACE".*#define MLPACK_VERSION_MAJOR ([0-9]+).*""\\1"MLPACK_VERSION_MAJOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* MLPACK_VERSION_MINOR "$
Definition: CMakeLists.txt:79