| 
    commore
    1.0.6-SNAPSHOT
    
   | 
 
#include <GlobVar.h>
 Inheritance diagram for commore::GlobVarLog: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) | 
  Public Member Functions inherited from commore::GlobVar | |
| 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 Public Member Functions inherited from commore::GlobVar | |
| static size_t | get_modules (ListSymbol &modules) | 
Additional Inherited Members | |
  Protected Member Functions inherited from commore::GlobVar | |
| GlobVar (const Symbol &module, const Symbol &name, int type) | |
  Protected Attributes inherited from commore::GlobVar | |
| Impl * | impl_ | 
Log level global variable Used by loggin macros
| commore::GlobVarLog::GlobVarLog | ( | const Symbol & | module, | 
| const AChar * | source_file_name | ||
| ) | 
| module | module name | 
| source_file_name | source file name | 
| Int commore::GlobVarLog::get | ( | ) | const | 
| module | name | 
| name | 
      
  | 
  static | 
| module | name | 
      
  | 
  static | 
      
  | 
  static | 
Get list of Int variable names of module
| module | name | 
| names | 
      
  | 
  inline | 
| GlobVarLog& commore::GlobVarLog::operator++ | ( | int | ) | 
Increment variable value
| GlobVarLog& commore::GlobVarLog::operator-- | ( | int | ) | 
Decrement variable value
| Int commore::GlobVarLog::set | ( | Int | value | ) | 
Set variable value
| value | new variable value | 
      
  | 
  static | 
Set a Int variable value
| module | name | 
| name | |
| value | new variable value | 
      
  | 
  static | 
Set module default value
| module | name | 
| value | new value | 
      
  | 
  static | 
Set default value
| value | new value |