Eneboo - Documentación para desarrolladores
Clases | Métodos públicos
Referencia de la Clase LabelStack

The "label set" in Ecma-262 spec. Más...

#include <qsinternal.h>

Lista de todos los miembros.

Clases

struct  StackElm

Métodos públicos

 LabelStack ()
 ~LabelStack ()
bool push (const QString &id)
bool contains (const QString &id) const
void pop ()

Descripción detallada

The "label set" in Ecma-262 spec.


Documentación del constructor y destructor

LabelStack::LabelStack ( ) [inline]
LabelStack::~LabelStack ( ) [inline]

Documentación de las funciones miembro

bool LabelStack::contains ( const QString id) const [inline]

Is the id in the stack?

void LabelStack::pop ( void  ) [inline]

Removes from the stack the last pushed id (what else?)

bool LabelStack::push ( const QString id) [inline]

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


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'