|
commore
1.0.6-SNAPSHOT
|
#include <GlobVar.h>
Inheritance diagram for commore::GlobVar:Classes | |
| class | Impl |
Public Member Functions | |
| const Symbol & | get_module () const |
| const Symbol & | get_name () const |
Static Public Member Functions | |
| static size_t | get_modules (ListSymbol &modules) |
Protected Member Functions | |
| GlobVar (const Symbol &module, const Symbol &name, int type) | |
| ~GlobVar () | |
Protected Attributes | |
| Impl * | impl_ |
Base global variable
| module | name |
| name | of the variable |
| type | of the variable |
|
protected |
| const Symbol & GlobVar::get_module | ( | ) | const |
|
static |
Get list of module name in application
| const Symbol & GlobVar::get_name | ( | ) | const |
|
protected |