commore
1.0.6-SNAPSHOT
|
#include <GlobVar.h>
Public Member Functions | |
GlobVarLog (const Symbol &module, const AChar *source_file_name) | |
GlobVarLog (const Symbol &module, const AChar *source_file_name, Int defaultValue) | |
operator Int () const | |
Int | get () const |
Int | set (Int value) |
GlobVarLog & | operator++ (int) |
GlobVarLog & | operator-- (int) |
![]() | |
const Symbol & | get_module () const |
const Symbol & | get_name () const |
Static Public Member Functions | |
static size_t | get_names (const Symbol &module, ListSymbol &names) |
static Int | get (const Symbol &module, const Symbol &name) |
static Int | set (const Symbol &module, const Symbol &name, Int value) |
static Int | get_default (const Symbol &module) |
static Int | get_default () |
static Int | set_default (const Symbol &module, Int value) |
static Int | set_default (Int value) |
![]() | |
static size_t | get_modules (ListSymbol &modules) |
Additional Inherited Members | |
![]() | |
GlobVar (const Symbol &module, const Symbol &name, int type) | |
~GlobVar () | |
![]() | |
Impl * | impl_ |
Log level global variable Used by loggin macros
module | module name |
source_file_name | source file name |
Int GlobVarLog::get | ( | ) | const |
module | name |
name |
module | name |
|
static |
|
static |
Get list of Int variable names of module
module | name |
names |
|
inline |
GlobVarLog & GlobVarLog::operator++ | ( | int | ) |
Increment variable value
GlobVarLog & GlobVarLog::operator-- | ( | int | ) |
Decrement variable value
Set variable value
value | new variable value |
Set a Int variable value
module | name |
name | |
value | new variable value |
Set module default value
module | name |
value | new value |
Set default value
value | new value |