![]() |
|
Public Member Functions | |
LIFOStack () | |
Construct null. | |
LIFOStack (T a) | |
Construct given initial T. | |
LIFOStack (Istream &is) | |
Construct from Istream. | |
T | top () const |
Return a copy of the top element. | |
bool | empty () const |
Is the stack empty. | |
void | push (const T &a) |
Push an element onto the stack. | |
T | pop () |
Pop the top element. |
|
Construct null.
Definition at line 69 of file LIFOStack.H. |
|
Construct given initial T.
Definition at line 73 of file LIFOStack.H. References Foam::T(). |
Here is the call graph for this function:
|
Construct from Istream.
Definition at line 79 of file LIFOStack.H. References Foam::T(). |
Here is the call graph for this function:
|
Is the stack empty.
Definition at line 99 of file LIFOStack.H. References insert(). |
Here is the call graph for this function:
|
Pop the top element.
Definition at line 114 of file LIFOStack.H. |
|
Push an element onto the stack.
Definition at line 108 of file LIFOStack.H. |
|
Return a copy of the top element.
Definition at line 90 of file LIFOStack.H. References Foam::size(). |
Here is the call graph for this function: