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

#include <GlobVar.h>

+ Inheritance diagram for commore::GlobVar:

Classes

class  Impl
 

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)
 
 ~GlobVar ()
 

Protected Attributes

Implimpl_
 

Detailed Description

Base global variable

Constructor & Destructor Documentation

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

Member Function Documentation

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

Get list of module name in application

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

Member Data Documentation

Impl* commore::GlobVar::impl_
protected

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