#include <qvaluestack.h>
Public Member Functions | |
QValueStack () | |
~QValueStack () | |
void | push (const T &d) |
T | pop () |
T & | top () |
const T & | top () const |
Public Member Functions inherited from QValueList< T > | |
QValueList () | |
QValueList (const QValueList< T > &l) | |
~QValueList () | |
QValueList< T > & | operator= (const QValueList< T > &l) |
QValueList< T > | operator+ (const QValueList< T > &l) const |
QValueList< T > & | operator+= (const QValueList< T > &l) |
bool | operator== (const QValueList< T > &l) const |
bool | operator!= (const QValueList< T > &l) const |
Iterator | begin () |
ConstIterator | begin () const |
Iterator | end () |
ConstIterator | end () const |
Iterator | fromLast () |
ConstIterator | fromLast () const |
bool | isEmpty () const |
Iterator | insert (Iterator it, const T &x) |
Iterator | append (const T &x) |
Iterator | prepend (const T &x) |
Iterator | remove (Iterator it) |
void | remove (const T &x) |
T & | first () |
const T & | first () const |
T & | last () |
const T & | last () const |
T & | operator[] (uint i) |
const T & | operator[] (uint i) const |
Iterator | at (uint i) |
ConstIterator | at (uint i) const |
Iterator | find (const T &x) |
ConstIterator | find (const T &x) const |
Iterator | find (Iterator it, const T &x) |
ConstIterator | find (ConstIterator it, const T &x) const |
int | findIndex (const T &x) const |
uint | contains (const T &x) const |
uint | count () const |
void | clear () |
QValueList< T > & | operator+= (const T &x) |
QValueList< T > & | operator<< (const T &x) |
Additional Inherited Members | |
Public Types inherited from QValueList< T > | |
typedef QValueListIterator< T > | Iterator |
typedef QValueListConstIterator< T > | ConstIterator |
typedef T | ValueType |
Protected Member Functions inherited from QValueList< T > | |
void | detach () |
Protected Attributes inherited from QValueList< T > | |
QValueListPrivate< T > * | sh |
Definition at line 47 of file qvaluestack.h.
|
inline |
Definition at line 50 of file qvaluestack.h.
|
inline |
Definition at line 51 of file qvaluestack.h.
|
inline |
Definition at line 53 of file qvaluestack.h.
|
inline |
Definition at line 52 of file qvaluestack.h.
|
inline |
Definition at line 60 of file qvaluestack.h.
|
inline |
Definition at line 61 of file qvaluestack.h.