# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAILOGIC::CVarMem Class Reference

#include <var_mem.h>

Inheritance diagram for NLAILOGIC::CVarMem:

NLAIAGENT::CVolatilMemmory NLAIAGENT::IConnectIA NLAIAGENT::IRefrence NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 CVarMem (NLAIAGENT::IBaseGroupType *l=new NLAIAGENT::CGroupType)
 CVarMem (const CVarMem &l)
virtual ~CVarMem ()
virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual void sendUpdateMessage (NLAIAGENT::IObjectIA *o)

Static Public Methods

void initClass ()
void releaseClass ()

Static Public Attributes

const NLAIC::CIdentTypeIdVarMem = NULL

Constructor & Destructor Documentation

NLAILOGIC::CVarMem::CVarMem NLAIAGENT::IBaseGroupType   l = new NLAIAGENT::CGroupType [inline]
 

Definition at line 39 of file var_mem.h.

References NLAIAGENT::CVolatilMemmory::CVolatilMemmory, and NLAISCRIPT::l.

Referenced by clone, CVarMem, initClass, and newInstance.

NLAILOGIC::CVarMem::CVarMem const CVarMem &    l [inline]
 

Definition at line 43 of file var_mem.h.

References CVarMem, NLAIAGENT::CVolatilMemmory::CVolatilMemmory, and NLAISCRIPT::l.

virtual NLAILOGIC::CVarMem::~CVarMem   [inline, virtual]
 

Definition at line 47 of file var_mem.h.


Member Function Documentation

virtual const NLAIC::IBasicType* NLAILOGIC::CVarMem::clone   const [inline, virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 60 of file var_mem.h.

References CVarMem, and x.

virtual const NLAIC::CIdentType& NLAILOGIC::CVarMem::getType   const [inline, virtual]
 

getType return a unique string how represente the class, it can be the name of the class.

This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 49 of file var_mem.h.

void NLAILOGIC::CVarMem::initClass   [static]
 

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 30 of file var_mem.cpp.

References CVarMem, NLAIC::CTypeOfOperator::opNone, and NLAIC::CTypeOfObject::tObject.

virtual const NLAIC::IBasicType* NLAILOGIC::CVarMem::newInstance   const [inline, virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 54 of file var_mem.h.

References CVarMem, and x.

void NLAILOGIC::CVarMem::releaseClass   [static]
 

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 39 of file var_mem.cpp.

virtual void NLAILOGIC::CVarMem::sendUpdateMessage NLAIAGENT::IObjectIA   o [inline, virtual]
 

Reimplemented from NLAIAGENT::CVolatilMemmory.

Definition at line 67 of file var_mem.h.


Member Data Documentation

const NLAIC::CIdentType * NLAILOGIC::CVarMem::IdVarMem = NULL [static]
 

Definition at line 28 of file var_mem.cpp.


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