#include <OptCst.hpp>
Operate the list of Constant options. These options correspond to various keywords chosen from a close list (see ECst.hpp).
One option should be used according to the following example:
OptCst::define(ECst::NTCAR, 20)
to set that the printing format for a variable should now be on 20 characters (max).
To know the current status of all these environmental parameters, use the display() function.
Static Public Member Functions | |
static double | query (const ECst &option) |
static double | queryByKey (const String &name) |
static void | define (const ECst &option, double value) |
static void | defineByKey (const String &name, double value) |
static void | display (void) |
|
static |
|
static |
|
static |
|
static |
|
static |