CommandParsingContext

Undocumented in source.

Members

Functions

namedArgHasBeenFoundBitArray
BitArray namedArgHasBeenFoundBitArray()
Undocumented in source. Be warned that the author may not have intended to support it.
requiredNamedArgHasNotBeenFoundBitArray
BitArray requiredNamedArgHasNotBeenFoundBitArray()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

bitStorageSize
enum bitStorageSize;
Undocumented in source.

Variables

bitStorageSize
enum size_t bitStorageSize;
Undocumented in source.
currentPositionalArgIndex
size_t currentPositionalArgIndex;
Undocumented in source.
errorCounter
size_t errorCounter;
Undocumented in source.
namedArgHasBeenFoundBitArrayStorage
size_t[bitStorageSize] namedArgHasBeenFoundBitArrayStorage;
Undocumented in source.
requiredNamedArgHasNotBeenFoundBitArrayStorage
size_t[bitStorageSize] requiredNamedArgHasNotBeenFoundBitArrayStorage;
Undocumented in source.

Meta