UniversalIndentGUI 1.2.0
Static Public Member Functions | Static Private Member Functions
TCLAP::OptionalUnlabeledTracker Class Reference

#include <OptionalUnlabeledTracker.h>

List of all members.

Static Public Member Functions

static bool & alreadyOptional ()
static void check (bool req, const std::string &argName)
static void gotOptional ()

Static Private Member Functions

static bool & alreadyOptionalRef ()

Detailed Description

Definition at line 31 of file OptionalUnlabeledTracker.h.


Member Function Documentation

static bool& TCLAP::OptionalUnlabeledTracker::alreadyOptional ( ) [inline, static]

Definition at line 40 of file OptionalUnlabeledTracker.h.

References alreadyOptionalRef().

Referenced by check().

Here is the call graph for this function:

Here is the caller graph for this function:

static bool& TCLAP::OptionalUnlabeledTracker::alreadyOptionalRef ( ) [inline, static, private]

Definition at line 44 of file OptionalUnlabeledTracker.h.

Referenced by alreadyOptional(), and gotOptional().

Here is the caller graph for this function:

void TCLAP::OptionalUnlabeledTracker::check ( bool  req,
const std::string &  argName 
) [inline, static]

Definition at line 48 of file OptionalUnlabeledTracker.h.

References alreadyOptional(), and gotOptional().

Referenced by TCLAP::UnlabeledMultiArg< T >::UnlabeledMultiArg(), and TCLAP::UnlabeledValueArg< T >::UnlabeledValueArg().

Here is the call graph for this function:

Here is the caller graph for this function:

static void TCLAP::OptionalUnlabeledTracker::gotOptional ( ) [inline, static]

Definition at line 38 of file OptionalUnlabeledTracker.h.

References alreadyOptionalRef().

Referenced by check().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines