FACT++  1.0
anonymous enum
private

Convienience enum to access the fOption* data memebers more verbosely.

Enumerator
kHidden 

Index for hidden options (not shown in PrintParsed)

kVisible 

Index for options visible in PrintParsed.

Definition at line 13 of file Configuration.h.

14  {
15  kHidden = 0,
16  kVisible = 1
17  };
Index for hidden options (not shown in PrintParsed)
Definition: Configuration.h:15
Index for options visible in PrintParsed.
Definition: Configuration.h:16