DCMTK  Version 3.6.2
OFFIS DICOM Toolkit
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) constOFCommandLineprotected
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) constOFCommandLineprotected
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() constOFCommandLineinline
getCurrentArg(const char *&arg)OFCommandLine
getCurrentArg(OFCmdString &arg)OFCommandLine
getCurrentOption(const char *&opt)OFCommandLine
getCurrentOption(OFCmdString &opt)OFCommandLine
getLastArg(OFString &arg)OFCommandLineprotected
getMaxParamCount() constOFCommandLineinline
getMinParamCount() constOFCommandLineinline
getMissingParam(OFString &param)OFCommandLineprotected
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 *&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() constOFCommandLineinline
getParamString(OFString &paramStr) constOFCommandLine
getProgramName() constOFCommandLineinline
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
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() constOFCommandLineinline
gotoFirstArg()OFCommandLine
gotoFirstOption()OFCommandLine
gotoNextArg()OFCommandLine
gotoNextOption()OFCommandLine
hasExclusiveOption() constOFCommandLineinline
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) constOFCommandLineprotected
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) constOFCommandLineprotected
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 Mon Jul 17 2017 for DCMTK Version 3.6.2 by Doxygen 1.8.13