class CMessages


Public Methods

[more] CMessages()
Constructor
[more] ~CMessages()
Destructor
[more]void Add( const CMessages & Vector of CMessage objects to copy from* / )
Adds copies of the objects in the vector of the argument to the end of the vector here, in the same order
[more]void Add( unsigned int, const CDSLibComponent* Object that the message refers to. Not necessarily the object that generated or contains the message* / )
Adds a new message to this vector
[more]void Clear()
Deletes the CMessage objects in the vector
[more]bool Empty() const
Returns if the vector is empty
[more]const m_TMessagesVector& Vector() const
Returns the STL vector of messages

Public Members

[more] Encapsulates a STL vector of CMessage objects.


Documentation

o Encapsulates a STL vector of CMessage objects.
Encapsulates a STL vector of CMessage objects. Used to store a list of generated messages in every object of the library. STL containers can't be extended because they don't have virtual destructors

o CMessages()
Constructor

o ~CMessages()
Destructor

ovoid Add( const CMessages & Vector of CMessage objects to copy from* / )
Adds copies of the objects in the vector of the argument to the end of the vector here, in the same order

ovoid Add( unsigned int, const CDSLibComponent* Object that the message refers to. Not necessarily the object that generated or contains the message* / )
Adds a new message to this vector
Parameters:
int - Message number. See "defines.h"

ovoid Clear()
Deletes the CMessage objects in the vector

obool Empty() const
Returns if the vector is empty

oconst m_TMessagesVector& Vector() const
Returns the STL vector of messages


This class has no child classes.
Author:
Ivan Martinez

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.