commore  1.0.6-SNAPSHOT
All Classes Namespaces Functions Variables Typedefs Enumerations Pages
commore::GlobVar Class Reference

#include <GlobVar.h>

+ Inheritance diagram for commore::GlobVar:

Public Member Functions

const Symbolget_module () const
 
const Symbolget_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)
 

Protected Attributes

Impl * impl_
 

Detailed Description

Base global variable

Constructor & Destructor Documentation

commore::GlobVar::GlobVar ( const Symbol module,
const Symbol name,
int  type 
)
protected
Parameters
modulename
nameof the variable
typeof the variable

Member Function Documentation

const Symbol& commore::GlobVar::get_module ( ) const
Returns
module name
static size_t commore::GlobVar::get_modules ( ListSymbol modules)
static

Get list of module name in application

const Symbol& commore::GlobVar::get_name ( ) const
Returns
variable name

The documentation for this class was generated from the following file: