1.8.0
CCC
 
Loading...
Searching...
No Matches
gstlrn::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 gstlrn::OptCst::define ( const ECst &  option,
double  value 
)
static

◆ defineByKey()

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

◆ display()

void gstlrn::OptCst::display ( void  )
static

◆ query()

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

◆ queryByKey()

double gstlrn::OptCst::queryByKey ( const String name)
static

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