#include "Config/Config.h"#include <iomanip>#include <iostream>#include <sstream>#include "Config/Param.h"#include "Config/Table.h"Go to the source code of this file.
Variables | |
| bool | gsNoEdits = false |
| Methods for configuration data. | |
| bool | gsNoDefaultEdits = true |
| bool | gsAllEditOK = false |
|
|
Definition at line 19 of file Config.cxx. Referenced by cfg::Config::SetEditAllOK(). |
|
|
Definition at line 18 of file Config.cxx. Referenced by cfg::Config::SetReadOnly(). |
|
|
Methods for configuration data. Options which control the R/W policies for configurations
Definition at line 17 of file Config.cxx. Referenced by cfg::Config::SetReadOnly(). |
1.3.9.1