Foxit PDF SDK
|
Inherits CFX_Object.
Public Member Functions | |
CFX_Stack () | |
Construct. | |
FX_BOOL | Empty () const |
Empty the container. More... | |
void | Pop () |
Pop the byte string from stack. More... | |
void | Push (const CFX_ByteString &val) |
Push the byte string to stack. More... | |
int | Size () const |
Get size of the container. More... | |
CFX_ByteString & | Top () |
Get the top byte string. More... | |
The class represents CFX_ByteString stack template.
|
inline |
Empty the container.
|
inline |
Pop the byte string from stack.
|
inline |
Push the byte string to stack.
[in] | val | A byte string to be pushed to the stack. |
|
inline |
Get size of the container.
|
inline |
Get the top byte string.