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_ExclusiveOFCommandLine [static]
AF_InternalOFCommandLine [static]
AF_NoWarningOFCommandLine [static]
ArgumentListOFCommandLine [private]
beginOptionBlock()OFCommandLine
checkOption(const OFString &option, const OFBool mode=OFTrue) constOFCommandLine [protected]
checkParamCount()OFCommandLine [protected]
E_FindOptionMode enum nameOFCommandLine
E_ParamValueStatus enum nameOFCommandLine
E_ParseStatus enum nameOFCommandLine
E_ValueStatus enum nameOFCommandLine
endOptionBlock()OFCommandLine
ExclusiveOptionOFCommandLine [private]
findCmdOption(const OFString &option) constOFCommandLine [protected]
findOption(const char *longOpt, const signed int pos=0, const E_FindOptionMode mode=FOM_Normal)OFCommandLine
findParam(const int pos)OFCommandLine
findParam(int pos, OFListIterator(OFCmdParamPos *)&pos_iter)OFCommandLine [protected]
FOM_First enum valueOFCommandLine
FOM_FirstFromLeft enum valueOFCommandLine
FOM_Next enum valueOFCommandLine
FOM_NextFromLeft enum valueOFCommandLine
FOM_Normal enum valueOFCommandLine
getArgCount() constOFCommandLine [inline]
getCurrentArg(const char *&arg)OFCommandLine
getCurrentArg(OFCmdString &arg)OFCommandLine
getCurrentOption(const char *&opt)OFCommandLine
getCurrentOption(OFCmdString &opt)OFCommandLine
getLastArg(OFString &arg)OFCommandLine [protected]
getMaxParamCount() constOFCommandLine [inline]
getMinParamCount() constOFCommandLine [inline]
getMissingParam(OFString &param)OFCommandLine [protected]
getOptionString(OFString &optionStr) constOFCommandLine
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 *&param)OFCommandLine
getParam(const int pos, OFCmdString &param)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() constOFCommandLine [inline]
getParamString(OFString &paramStr) constOFCommandLine
getProgramName() constOFCommandLine [inline]
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) constOFCommandLine
getValue(OFCmdSignedInt &value)OFCommandLine
getValue(OFCmdUnsignedInt &value)OFCommandLine
getValue(OFCmdFloat &value)OFCommandLine
getValue(const char *&value)OFCommandLine
getValue(OFCmdString &value)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
gotoFirstArg()OFCommandLine
gotoFirstOption()OFCommandLine
gotoNextArg()OFCommandLine
gotoNextOption()OFCommandLine
hasExclusiveOption() constOFCommandLine [inline]
LastParamModeOFCommandLine [private]
LongColumnOFCommandLine [private]
MaxParamCountOFCommandLine [private]
MinParamCountOFCommandLine [private]
OFCommandLine()OFCommandLine
OFListIterator(OFString) ArgumentIteratorOFCommandLine [private]
OFListIterator(OFListIterator_OFString) OptionPosIteratorOFCommandLine [private]
OFListIterator(OFListIterator_OFString) OptionBlockIteratorOFCommandLine [private]
operator=(const OFCommandLine &obj)OFCommandLine [private]
OptionBlockModeOFCommandLine [private]
OptionCharsOFCommandLine [private]
OptionPosListOFCommandLine [private]
packColumnValues(int longCols, int shortCols) constOFCommandLine [protected]
ParamColumnOFCommandLine [private]
ParamPosListOFCommandLine [private]
parseCommandFile(const char *argValue, OFList< OFString > &argList)OFCommandLine [protected]
parseLine(int argCount, char *argValue[], const int flags=0, const int startPos=1)OFCommandLine
PF_ExpandWildcardsOFCommandLine [static]
PF_NoCommandFilesOFCommandLine [static]
ProgramNameOFCommandLine [private]
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
ShortColumnOFCommandLine [private]
storeParameter(const OFString &param, const int directOption=0)OFCommandLine [protected]
unpackColumnValues(const int value, unsigned int &longCols, unsigned int &shortCols) constOFCommandLine [protected]
ValidOptionListOFCommandLine [private]
ValidParamListOFCommandLine [private]
VS_Empty enum valueOFCommandLine
VS_Invalid enum valueOFCommandLine
VS_NoMore enum valueOFCommandLine
VS_Normal enum valueOFCommandLine
VS_Overflow enum valueOFCommandLine
VS_Underflow enum valueOFCommandLine
~OFCommandLine()OFCommandLine [virtual]


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1