cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cmnCommandLineOptions Member List

This is the complete list of members for cmnCommandLineOptions, including all inherited members.

AddOptionMultipleValues(const std::string &shortOption, const std::string &longOption, const std::string &description, RequiredType required, std::list< _elementType > *value)cmnCommandLineOptionsinline
AddOptionNoValue(const std::string &shortOption, const std::string &longOption, const std::string &description, RequiredType required=OPTIONAL_OPTION)cmnCommandLineOptions
AddOptionOneValue(const std::string &shortOption, const std::string &longOption, const std::string &description, RequiredType required, _elementType *value)cmnCommandLineOptionsinline
cmnCommandLineOptions(void)cmnCommandLineOptions
DeSerializeRaw(std::istream &inputStream)cmnGenericObjectvirtual
FromStreamRaw(std::istream &inputStream, const char delimiter= ' ')cmnGenericObjectvirtual
Get(const std::string &option)cmnCommandLineOptionsprotected
GetLogMultiplexer(void) const cmnGenericObjectvirtual
GetLongNoDashDash(const std::string &longOption)cmnCommandLineOptionsprotected
GetShortNoDash(const std::string &shortOption)cmnCommandLineOptionsprotected
IsSet(const std::string &option)cmnCommandLineOptions
OPTIONAL_OPTION enum valuecmnCommandLineOptions
OptionscmnCommandLineOptionsprotected
OptionsType typedefcmnCommandLineOptionsprotected
Parse(int argc, const char *argv[], std::string &errorMessage)cmnCommandLineOptions
Parse(int argc, char *argv[], std::string &errorMessage)cmnCommandLineOptions
PrintParsedArguments(std::string &parsedArguments) const cmnCommandLineOptions
PrintUsage(std::ostream &outputStream)cmnCommandLineOptions
ProgramNamecmnCommandLineOptionsprotected
ReconstructFrom(const cmnGenericObject &other)cmnGenericObject
REQUIRED_OPTION enum valuecmnCommandLineOptions
RequiredType enum namecmnCommandLineOptions
Scalar(const size_t CMN_UNUSED(index)) const cmnGenericObjectinlinevirtual
ScalarDescription(const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const cmnGenericObjectinlinevirtual
ScalarNumber(void) const cmnGenericObjectinlinevirtual
ScalarNumberIsFixed(void) const cmnGenericObjectinlinevirtual
SerializeRaw(std::ostream &outputStream) const cmnGenericObjectvirtual
Services(void) const =0cmnGenericObjectpure virtual
SQUASH_REQUIRED_OPTION enum valuecmnCommandLineOptions
ToStream(std::ostream &outputStream) const cmnGenericObjectvirtual
ToStreamRaw(std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const cmnGenericObjectvirtual
ToString(void) const cmnGenericObject
ValidOptions(const std::string &shortOption, const std::string &longOption, std::string &cleanedShort, std::string &cleanedLong)cmnCommandLineOptionsprotected
~cmnCommandLineOptions()cmnCommandLineOptions
~cmnGenericObject(void)cmnGenericObjectinlinevirtual