mlpack  master
mlpack::CLI Member List

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::CLIstatic
AddAlias(const std::string &alias, const std::string &original)mlpack::CLIprivatestatic
AddOption(const char *optId, const char *descr, const typename std::enable_if_t<!util::IsStdVector< T >::value > *=0)mlpack::CLIprivate
AddOption(const char *optId, const char *descr, const typename std::enable_if_t< util::IsStdVector< T >::value > *=0)mlpack::CLIprivate
aliasesmlpack::CLIprivate
AliasReverseLookup(const std::string &value)mlpack::CLIprivatestatic
CLI()mlpack::CLIprivate
CLI(const CLI &other)mlpack::CLIprivate
descmlpack::CLIprivate
Destroy()mlpack::CLIstatic
didParsemlpack::CLIprivate
docmlpack::CLI
GetParam(const std::string &identifier)mlpack::CLIstatic
GetRawParam(const std::string &identifier)mlpack::CLIstatic
GetSingleton()mlpack::CLIstatic
GetUnmappedParam(const std::string &identifier)mlpack::CLIstatic
HasParam(const std::string &identifier)mlpack::CLIstatic
HyphenateString(const std::string &str, int padding)mlpack::CLIstatic
outputOptionsmlpack::CLIprivate
parametersmlpack::CLIprivate
ParseCommandLine(int argc, char **argv)mlpack::CLIstatic
PrintHelp(const std::string &param="")mlpack::CLIstatic
programNamemlpack::CLIprivate
RegisterProgramDoc(util::ProgramDoc *doc)mlpack::CLIstatic
requiredOptionsmlpack::CLIprivate
singletonmlpack::CLIprivatestatic
timermlpack::CLIprivate
vmapmlpack::CLIprivate
~CLI()mlpack::CLI