Public Methods
-
CMessages()
- Constructor
-
~CMessages()
- Destructor
-
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
-
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
-
void Clear()
- Deletes the CMessage objects in the vector
-
bool Empty() const
- Returns if the vector is empty
-
const m_TMessagesVector& Vector() const
- Returns the STL vector of messages
Public Members
-
Encapsulates a STL vector of CMessage objects.
Documentation
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
CMessages()
- Constructor
~CMessages()
- Destructor
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
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
- Parameters:
- int - Message number. See "defines.h"
void Clear()
- Deletes the CMessage objects in the vector
bool Empty() const
- Returns if the vector is empty
const 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++.