# 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::CPError Class Reference

#include <performative.h>

Inheritance diagram for NLAIAGENT::CPError

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CPError ()
virtual const char* getName () const
Base class member method.
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...


Static Public Attributes

const NLAIC::CIdentType IdPError

Constructor & Destructor Documentation

NLAIAGENT::CPError::CPError ( ) [inline]
 

Definition at line 272 of file performative.h.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CPError::clone ( void ) 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::IntegerType.

Definition at line 283 of file performative.h.

const char * NLAIAGENT::CPError::getName ( ) const [inline, virtual]
 

Reimplemented from NLAIAGENT::IPerformative.

Definition at line 295 of file performative.h.

const NLAIC::CIdentType & NLAIAGENT::CPError::getType ( void ) 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::IntegerType.

Definition at line 278 of file performative.h.

const NLAIC::IBasicType * NLAIAGENT::CPError::newInstance ( void ) const [inline, virtual]
 

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

Reimplemented from NLAIAGENT::IntegerType.

Definition at line 289 of file performative.h.


Member Data Documentation

const NLAIC::CIdentType CPError::IdPError [static]
 

Initializer:

NLAIC::CIdentType( "Error",
                NLAIC::CSelfClassFactory((const NLAIC::IBasicInterface &)CPError()), 
                NLAIC::CTypeOfObject::tPerformative,
                NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone) )

Definition at line 460 of file static_def_init.cpp.


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