# 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  

NLAIAGENT::CVectorGroupManager Class Reference

#include <list_manager.h>

Inheritance diagram for NLAIAGENT::CVectorGroupManager

Inheritance graph
[legend]
Collaboration diagram for NLAIAGENT::CVectorGroupManager:

Collaboration graph
[legend]
List of all members.

Public Methods

 CVectorGroupManager (sint32)
 CVectorGroupManager ()
 CVectorGroupManager (const CVectorGroupManager &)
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::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

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

virtual void trie ()
virtual const IObjectIAgetObject (const CObjectIdent &) const
virtual ~CVectorGroupManager ()

Static Public Attributes

const NLAIC::CIdentType IdVectorGroupManager

Constructor & Destructor Documentation

NLAIAGENT::CVectorGroupManager::CVectorGroupManager ( sint32 i )
 

Definition at line 247 of file list_manager.cpp.

NLAIAGENT::CVectorGroupManager::CVectorGroupManager ( )
 

Definition at line 251 of file list_manager.cpp.

NLAIAGENT::CVectorGroupManager::CVectorGroupManager ( const CVectorGroupManager & l )
 

Definition at line 255 of file list_manager.cpp.

NLAIAGENT::CVectorGroupManager::~CVectorGroupManager ( ) [virtual]
 

Definition at line 259 of file list_manager.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CVectorGroupManager::clone ( void ) const [virtual]
 

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

Reimplemented from NLAIC::IBasicType.

Definition at line 268 of file list_manager.cpp.

const IObjectIA * NLAIAGENT::CVectorGroupManager::getObject ( const CObjectIdent & ) const [virtual]
 

Reimplemented from NLAIAGENT::IListManager.

Definition at line 285 of file list_manager.cpp.

const NLAIC::CIdentType & NLAIAGENT::CVectorGroupManager::getType ( void ) const [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 NLAIC::IBasicType.

Definition at line 263 of file list_manager.cpp.

const NLAIC::IBasicType * NLAIAGENT::CVectorGroupManager::newInstance ( void ) const [virtual]
 

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

Reimplemented from NLAIC::IBasicType.

Definition at line 274 of file list_manager.cpp.

void NLAIAGENT::CVectorGroupManager::trie ( ) [virtual]
 

Reimplemented from NLAIAGENT::IListManager.

Definition at line 279 of file list_manager.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::CVectorGroupManager::IdVectorGroupManager [static]
 

Definition at line 124 of file list_manager.h.


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