Implements stack for TAO_Queued_Data.
More...
#include <Incoming_Message_Stack.h>
Implements stack for TAO_Queued_Data.
Internal class, providing stack functionality for TAO_Queued_Data objects. Stack operations don't require memory allocation.
TAO::Incoming_Message_Stack::Incoming_Message_Stack |
( |
| ) |
|
default constructor, initiliazes empty stack.
TAO::Incoming_Message_Stack::~Incoming_Message_Stack |
( |
| ) |
|
destructor, releases all elements on stack
Default Copy-Constructor - not for public usage.
Assignment operator - not for public usage.
removing top element of stack,
- Returns
- 0 for Ok and data is defined, -1 for error
pushing a new element onto stack, data must be a valid pointer, not NULL
peeking top element of stack
- Returns
- 0 for Ok, -1 for error
The documentation for this class was generated from the following files: