Eneboo - Documentación para desarrolladores
|
The "label set" in Ecma-262 spec. Más...
#include <qsinternal.h>
Clases | |
struct | StackElm |
Métodos públicos | |
LabelStack () | |
~LabelStack () | |
bool | push (const QString &id) |
bool | contains (const QString &id) const |
void | pop () |
The "label set" in Ecma-262 spec.
LabelStack::LabelStack | ( | ) | [inline] |
LabelStack::~LabelStack | ( | ) | [inline] |
void LabelStack::pop | ( | void | ) | [inline] |
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