|
Foxit PDF Conversion SDK
|
Inherits CFX_Object.
Public Member Functions | |
| CFX_Stack () | |
| Construct. | |
| void | Clear () |
| Remove all remaining data from stack. More... | |
| 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.
|
inline |
Remove all remaining data from stack.
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.