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

AbCMessage is an IMessageBase based on a CVectorGroupType list. More...

#include <msg.h>

Inheritance diagram for NLAIAGENT::CMessageVector

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CMessageVector (int n)
 CMessageVector ()
 CMessageVector (const CVectorGroupType &m)
 CMessageVector (const CVectorGroupType &m,IObjectIA *sender)
 CMessageVector (const CVectorGroupType &m,IObjectIA *sender, IBasicMessageGroup &msg_group)
 CMessageVector (const CMessageVector &m)
virtual ~CMessageVector ()
IMessageBase methode realize.
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 IdMessageVector

Detailed Description

AbCMessage is an IMessageBase based on a CVectorGroupType list.

Author(s):
Chafik sameh , Portier Pierre , Nevrax France
Date:
2000

Definition at line 394 of file msg.h.


Constructor & Destructor Documentation

NLAIAGENT::CMessageVector::CMessageVector ( int n ) [inline]
 

Definition at line 403 of file msg.h.

NLAIAGENT::CMessageVector::CMessageVector ( ) [inline]
 

Definition at line 409 of file msg.h.

NLAIAGENT::CMessageVector::CMessageVector ( const CVectorGroupType & m ) [inline]
 

Definition at line 415 of file msg.h.

NLAIAGENT::CMessageVector::CMessageVector ( const CVectorGroupType & m,
IObjectIA * sender ) [inline]
 

Definition at line 420 of file msg.h.

NLAIAGENT::CMessageVector::CMessageVector ( const CVectorGroupType & m,
IObjectIA * sender,
IBasicMessageGroup & msg_group ) [inline]
 

Definition at line 424 of file msg.h.

NLAIAGENT::CMessageVector::CMessageVector ( const CMessageVector & m ) [inline]
 

Definition at line 429 of file msg.h.

NLAIAGENT::CMessageVector::~CMessageVector ( ) [inline, virtual]
 

Definition at line 434 of file msg.h.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CMessageVector::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 NLAIC::IBasicType.

Definition at line 445 of file msg.h.

const NLAIC::CIdentType & NLAIAGENT::CMessageVector::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 323 of file msg.cpp.

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

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

Reimplemented from NLAIC::IBasicType.

Definition at line 451 of file msg.h.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::CMessageVector::IdMessageVector [static]
 

Definition at line 400 of file msg.h.


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