return NormalFormatting;
}
+ // Out of line virtual function to provide home for the class.
+ virtual void anchor();
+
int NumOccurrences; // The number of times specified
int Flags; // Flags for the argument
unsigned Position; // Position of last occurrence of the option
// Option Base class implementation
//
+// Out of line virtual function to provide home for the class.
+void Option::anchor() {
+}
+
bool Option::error(std::string Message, const char *ArgName) {
if (ArgName == 0) ArgName = ArgStr;
if (ArgName[0] == 0)