#include <internal.h>
Public Methods | |
| bool | push (const UString &id) |
| bool | contains (const UString &id) const |
| void | pop () |
Definition at line 287 of file internal.h.
|
|
Is the id in the stack? |
|
|
Removes from the stack the last pushed id (what else?) |
|
|
If id is not empty and is not in the stack already, puts it on top of the stack and returns true, otherwise returns false |
1.2.18