DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OFCommandLine Member List

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

addGroup(const char *name, const int longCols=0, const int shortCols=0)OFCommandLine
addOption(const char *longOpt, const char *shortOpt, const int valueCount, const char *valueDescr, const char *optDescr, const int flags=0)OFCommandLine
addOption(const char *longOpt, const char *shortOpt, const char *optDescr, const int flags=0)OFCommandLine
addOption(const char *longOpt, const int valueCount, const char *valueDescr, const char *optDescr, const int flags=0)OFCommandLine
addOption(const char *longOpt, const char *optDescr, const int flags=0)OFCommandLine
addParam(const char *param, const char *descr, const OFCmdParam::E_ParamMode mode=OFCmdParam::PM_Mandatory)OFCommandLine
addParam(const char *param, const OFCmdParam::E_ParamMode mode=OFCmdParam::PM_Mandatory)OFCommandLine
addSubGroup(const char *name, const int longCols=0, const int shortCols=0)OFCommandLine
AF_ExclusiveOFCommandLinestatic
AF_InternalOFCommandLinestatic
AF_NoWarningOFCommandLinestatic
ArgumentListOFCommandLineprivate
beginOptionBlock()OFCommandLine
checkOption(const OFString &option, const OFBool mode=OFTrue) const OFCommandLineprotected
checkParamCount()OFCommandLineprotected
E_FindOptionMode enum nameOFCommandLine
E_ParamValueStatus enum nameOFCommandLine
E_ParseStatus enum nameOFCommandLine
E_ValueStatus enum nameOFCommandLine
endOptionBlock()OFCommandLine
ExclusiveOptionOFCommandLineprivate
findCmdOption(const OFString &option) const OFCommandLineprotected
findOption(const char *longOpt, const signed int pos=0, const E_FindOptionMode mode=FOM_Normal)OFCommandLine
findParam(const int pos)OFCommandLine
findParam(const int pos, OFListIterator(OFCmdParamPos *)&pos_iter)OFCommandLineprotected
FOM_First enum valueOFCommandLine
FOM_FirstFromLeft enum valueOFCommandLine
FOM_Next enum valueOFCommandLine
FOM_NextFromLeft enum valueOFCommandLine
FOM_Normal enum valueOFCommandLine
getArgCount() const OFCommandLineinline
getCurrentArg(const char *&arg)OFCommandLine
getCurrentArg(OFCmdString &arg)OFCommandLine
getCurrentOption(const char *&opt)OFCommandLine
getCurrentOption(OFCmdString &opt)OFCommandLine
getLastArg(OFString &arg)OFCommandLineprotected
getMaxParamCount() const OFCommandLineinline
getMinParamCount() const OFCommandLineinline
getMissingParam(OFString &param)OFCommandLineprotected
getOptionString(OFString &optionStr) const OFCommandLine
getParam(const int pos, OFCmdSignedInt &value)OFCommandLine
getParam(const int pos, OFCmdUnsignedInt &value)OFCommandLine
getParam(const int pos, OFCmdFloat &value)OFCommandLine
getParam(const int pos, const char *&value)OFCommandLine
getParam(const int pos, OFCmdString &value)OFCommandLine
getParam(const int pos, OFFilename &filename)OFCommandLine
getParamAndCheckMin(const int pos, OFCmdSignedInt &value, const OFCmdSignedInt low, const OFBool incl=OFTrue)OFCommandLine
getParamAndCheckMin(const int pos, OFCmdUnsignedInt &value, const OFCmdUnsignedInt low, const OFBool incl=OFTrue)OFCommandLine
getParamAndCheckMin(const int pos, OFCmdFloat &value, const OFCmdFloat low, const OFBool incl=OFTrue)OFCommandLine
getParamAndCheckMinMax(const int pos, OFCmdSignedInt &value, const OFCmdSignedInt low, const OFCmdSignedInt high)OFCommandLine
getParamAndCheckMinMax(const int pos, OFCmdUnsignedInt &value, const OFCmdUnsignedInt low, const OFCmdUnsignedInt high)OFCommandLine
getParamAndCheckMinMax(const int pos, OFCmdFloat &value, const OFCmdFloat low, const OFCmdFloat high)OFCommandLine
getParamCount() const OFCommandLineinline
getParamString(OFString &paramStr) const OFCommandLine
getProgramName() const OFCommandLineinline
getStatusString(const E_ParseStatus status, OFString &statusStr)OFCommandLine
getStatusString(const E_ParamValueStatus status, OFString &statusStr)OFCommandLine
getStatusString(const E_ValueStatus status, OFString &statusStr)OFCommandLine
getSyntaxString(OFString &syntaxStr) const OFCommandLine
getValue(OFCmdSignedInt &value)OFCommandLine
getValue(OFCmdUnsignedInt &value)OFCommandLine
getValue(OFCmdFloat &value)OFCommandLine
getValue(const char *&value)OFCommandLine
getValue(OFCmdString &value)OFCommandLine
getValue(OFFilename &filename)OFCommandLine
getValueAndCheckMin(OFCmdSignedInt &value, const OFCmdSignedInt low, const OFBool incl=OFTrue)OFCommandLine
getValueAndCheckMin(OFCmdUnsignedInt &value, const OFCmdUnsignedInt low, const OFBool incl=OFTrue)OFCommandLine
getValueAndCheckMin(OFCmdFloat &value, const OFCmdFloat low, const OFBool incl=OFTrue)OFCommandLine
getValueAndCheckMinMax(OFCmdSignedInt &value, const OFCmdSignedInt low, const OFCmdSignedInt high)OFCommandLine
getValueAndCheckMinMax(OFCmdUnsignedInt &value, const OFCmdUnsignedInt low, const OFCmdUnsignedInt high)OFCommandLine
getValueAndCheckMinMax(OFCmdFloat &value, const OFCmdFloat low, const OFCmdFloat high)OFCommandLine
getWideCharMode() const OFCommandLineinline
gotoFirstArg()OFCommandLine
gotoFirstOption()OFCommandLine
gotoNextArg()OFCommandLine
gotoNextOption()OFCommandLine
hasExclusiveOption() const OFCommandLineinline
LastParamModeOFCommandLineprivate
LongColumnOFCommandLineprivate
MaxParamCountOFCommandLineprivate
MinParamCountOFCommandLineprivate
OFCommandLine()OFCommandLine
OFListIterator(OFString) ArgumentIteratorOFCommandLineprivate
OFListIterator(OFCmdParamPos *) ParamPosIteratorOFCommandLineprivate
OFListIterator(OFListIterator_OFString) OptionPosIteratorOFCommandLineprivate
OFListIterator(OFListIterator_OFString) OptionBlockIteratorOFCommandLineprivate
operator=(const OFCommandLine &obj)OFCommandLineprivate
OptionBlockModeOFCommandLineprivate
OptionCharsOFCommandLineprivate
OptionPosListOFCommandLineprivate
packColumnValues(int longCols, int shortCols) const OFCommandLineprotected
ParamColumnOFCommandLineprivate
ParamPosListOFCommandLineprivate
ParamPosNumberOFCommandLineprivate
parseArgumentList(OFList< OFString > &argList, const int flags)OFCommandLineprotected
parseCommandFile(const char *argValue, OFList< OFString > &argList)OFCommandLineprotected
parseLine(int argCount, char *argValue[], const int flags=0, const int startPos=1)OFCommandLine
PF_ExpandWildcardsOFCommandLinestatic
PF_NoCommandFilesOFCommandLinestatic
ProgramNameOFCommandLineprivate
PS_CannotOpenCommandFile enum valueOFCommandLine
PS_ExclusiveOption enum valueOFCommandLine
PS_MissingParameter enum valueOFCommandLine
PS_MissingValue enum valueOFCommandLine
PS_NoArguments enum valueOFCommandLine
PS_Normal enum valueOFCommandLine
PS_TooManyParameters enum valueOFCommandLine
PS_UnknownOption enum valueOFCommandLine
PVS_CantFind enum valueOFCommandLine
PVS_Empty enum valueOFCommandLine
PVS_Invalid enum valueOFCommandLine
PVS_Normal enum valueOFCommandLine
PVS_Overflow enum valueOFCommandLine
PVS_Underflow enum valueOFCommandLine
setOptionChars(const char *chars)OFCommandLine
setOptionColumns(const int longCols, const int shortCols)OFCommandLine
setParamColumn(const int column)OFCommandLine
ShortColumnOFCommandLineprivate
storeParameter(const OFString &param, const int directOption=0)OFCommandLineprotected
unpackColumnValues(const int value, unsigned int &longCols, unsigned int &shortCols) const OFCommandLineprotected
ValidOptionListOFCommandLineprivate
ValidParamListOFCommandLineprivate
VS_Empty enum valueOFCommandLine
VS_Invalid enum valueOFCommandLine
VS_NoMore enum valueOFCommandLine
VS_Normal enum valueOFCommandLine
VS_Overflow enum valueOFCommandLine
VS_Underflow enum valueOFCommandLine
WideCharModeOFCommandLineprivate
~OFCommandLine()OFCommandLinevirtual


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8