#include "std/config.H"
#include "std/file.H"
#include "std/fstream.H"
#include "data_item.H"
Include dependency graph for jotappconfig.C:
Go to the source code of this file.
Classes | |
class | BaseJOTappConfig |
class | JOTappConfig |
Defines | |
#define | INTEGER_VARIABLE(X, Y) TAG_meth<X>(Y, &X::put_integer_var, &X::get_integer_var, 1) |
#define | DOUBLE_VARIABLE(X, Y) TAG_meth<X>(Y, &X::put_double_var, &X::get_double_var, 1) |
#define | STRING_VARIABLE(X, Y) TAG_meth<X>(Y, &X::put_string_var, &X::get_string_var, 1) |
#define | BOOL_VARIABLE(X, Y) TAG_meth<X>(Y, &X::put_bool_var, &X::get_bool_var, 1) |
#define | OLD_VARIABLE(X, Y) TAG_meth<X>(Y, &X::put_old_var, &X::get_old_var, 1) |
Functions | |
void | main_config (bool init) |
|
Definition at line 15 of file jotappconfig.C. Referenced by JOTappConfig::tags(). |
|
Definition at line 13 of file jotappconfig.C. Referenced by JOTappConfig::tags(). |
|
Definition at line 12 of file jotappconfig.C. Referenced by JOTappConfig::tags(). |
|
Definition at line 20 of file jotappconfig.C. Referenced by JOTappConfig::tags(). |
|
Definition at line 14 of file jotappconfig.C. Referenced by JOTappConfig::tags(). |
|
Definition at line 692 of file jotappconfig.C. References ERR_LEV_SPAM, err_mesg(), err_msg(), getcwd_(), Config::JOT_ROOT(), Config::load_config(), Config::no_warn(), and NULL_STR. Referenced by ConfigInit::ConfigInit(), and ConfigInit::~ConfigInit(). |