FACT++  1.0
static void Configuration::Max ( int &  val,
const int &  comp 
)
inlinestaticprivate

Helper function which return the max of the two arguments in the first argument.

Definition at line 55 of file Configuration.h.

References CreateWildcardOptions(), PrintParsed(), PrintUnknown(), VarAsStr(), and VecAsStr().

Referenced by PrintOptions(), and PrintParsed().

56  {
57  if (comp>val)
58  val=comp;
59  }

+ Here is the call graph for this function:

+ Here is the caller graph for this function: