1.3.2
CCC
 
OptCst Class Reference

#include <OptCst.hpp>

Detailed Description

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)
 

Member Function Documentation

◆ define()

void OptCst::define ( const ECst &  option,
double  value 
)
static

◆ defineByKey()

void OptCst::defineByKey ( const String name,
double  value 
)
static

◆ display()

void OptCst::display ( void  )
static

◆ query()

double OptCst::query ( const ECst &  option)
static

◆ queryByKey()

double OptCst::queryByKey ( const String name)
static

The documentation for this class was generated from the following files: