gstlearn  1.0.0
CCC
OptCustom Class Reference

#include <OptCustom.hpp>

Static Public Member Functions

static double query (const String &name, double valdef=0.)
 
static void define (const String &name, double value)
 
static void undefine (const String &name)
 
static void display (void)
 

Static Private Attributes

static std::map< const String, double > _cst = std::map<const String, double>()
 

Detailed Description

Operate the list of Constant options

Member Function Documentation

◆ define()

void OptCustom::define ( const String name,
double  value 
)
static

◆ display()

void OptCustom::display ( void  )
static

◆ query()

double OptCustom::query ( const String name,
double  valdef = 0. 
)
static

◆ undefine()

void OptCustom::undefine ( const String name)
static

Member Data Documentation

◆ _cst

std::map< const String, double > OptCustom::_cst = std::map<const String, double>()
staticprivate

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