mlpack
master
|
This is the complete list of members for mlpack::CLI, including all inherited members.
Add(const T &defaultValue, const std::string &identifier, const std::string &description, const char alias= '\0', const bool required=false, const bool input=true, const bool noTranspose=false) | mlpack::CLI | static |
AddAlias(const std::string &alias, const std::string &original) | mlpack::CLI | privatestatic |
AddOption(const char *optId, const char *descr, const typename std::enable_if_t<!util::IsStdVector< T >::value > *=0) | mlpack::CLI | private |
AddOption(const char *optId, const char *descr, const typename std::enable_if_t< util::IsStdVector< T >::value > *=0) | mlpack::CLI | private |
aliases | mlpack::CLI | private |
AliasReverseLookup(const std::string &value) | mlpack::CLI | privatestatic |
CLI() | mlpack::CLI | private |
CLI(const CLI &other) | mlpack::CLI | private |
desc | mlpack::CLI | private |
Destroy() | mlpack::CLI | static |
didParse | mlpack::CLI | private |
doc | mlpack::CLI | |
GetParam(const std::string &identifier) | mlpack::CLI | static |
GetRawParam(const std::string &identifier) | mlpack::CLI | static |
GetSingleton() | mlpack::CLI | static |
GetUnmappedParam(const std::string &identifier) | mlpack::CLI | static |
HasParam(const std::string &identifier) | mlpack::CLI | static |
HyphenateString(const std::string &str, int padding) | mlpack::CLI | static |
outputOptions | mlpack::CLI | private |
parameters | mlpack::CLI | private |
ParseCommandLine(int argc, char **argv) | mlpack::CLI | static |
PrintHelp(const std::string ¶m="") | mlpack::CLI | static |
programName | mlpack::CLI | private |
RegisterProgramDoc(util::ProgramDoc *doc) | mlpack::CLI | static |
requiredOptions | mlpack::CLI | private |
singleton | mlpack::CLI | privatestatic |
timer | mlpack::CLI | private |
vmap | mlpack::CLI | private |
~CLI() | mlpack::CLI |