My Project
|
Inherits CFX_Object.
Public Member Functions | |
CFX_Stack () | |
Construct. | |
FX_BOOL | Empty () const |
Empty the container. More... | |
void | Pop () |
Pop the data from stack. More... | |
void | Push (const TYPE &val) |
Push the data to stack. More... | |
int | Size () const |
Get size of the container. More... | |
TYPE & | Top () |
Get the top byte data. More... | |
The class represents stack template.
Empty the container.
|
inline |
Pop the data from stack.
|
inline |
Push the data to stack.
[in] | val | An element to be pushed to the stack. |
|
inline |
Get size of the container.
|
inline |
Get the top byte data.