![]() |
Qt 4.8
|
Public Functions | |
| const T & | at (int index) const |
| int | count () const |
| bool | isEmpty () const |
| T | pop () |
| void | push (const T &o) |
| QDeclarativeVMEStack () | |
| const T & | top () const |
Private Types | |
| typedef QVarLengthArray< T, 128 > | VLA |
Private Types inherited from QVarLengthArray< T, 128 > | |
| typedef const T * | const_iterator |
| typedef const value_type * | const_pointer |
| typedef const value_type & | const_reference |
| typedef qptrdiff | difference_type |
| typedef T * | iterator |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef int | size_type |
| typedef T | value_type |
Properties | |
| int | _index |
Properties inherited from QVarLengthArray< T, 128 > | |
| char | array [sizeof(qint64) *(((Prealloc *sizeof(T))/sizeof(qint64))+1)] |
| qint64 | q_for_alignment_1 |
| double | q_for_alignment_2 |
Additional Inherited Members | |
Private Functions inherited from QVarLengthArray< T, 128 > | |
| void | append (const T &t) |
| void | append (const T *buf, int size) |
| const T & | at (int idx) const |
| iterator | begin () |
| const_iterator | begin () const |
| int | capacity () const |
| void | clear () |
| const_iterator | constBegin () const |
| const T * | constData () const |
| const_iterator | constEnd () const |
| int | count () const |
| T * | data () |
| const T * | data () const |
| iterator | end () |
| const_iterator | end () const |
| iterator | erase (iterator begin, iterator end) |
| iterator | erase (iterator pos) |
| void | insert (int i, const T &t) |
| void | insert (int i, int n, const T &t) |
| iterator | insert (iterator before, int n, const T &x) |
| iterator | insert (iterator before, const T &x) |
| bool | isEmpty () const |
| QVarLengthArray< T, Prealloc > & | operator+= (const T &t) |
| QVarLengthArray< T, Prealloc > & | operator<< (const T &t) |
| QVarLengthArray< T, Prealloc > & | operator= (const QVarLengthArray< T, Prealloc > &other) |
| T & | operator[] (int idx) |
| const T & | operator[] (int idx) const |
| void | prepend (const T &t) |
| QVarLengthArray (int size=0) | |
| QVarLengthArray (const QVarLengthArray< T, Prealloc > &other) | |
| void | remove (int i) |
| void | remove (int i, int n) |
| void | removeLast () |
| void | replace (int i, const T &t) |
| void | reserve (int size) |
| void | resize (int size) |
| int | size () const |
| T | value (int i) const |
| T | value (int i, const T &defaultValue) const |
| ~QVarLengthArray () | |
Definition at line 79 of file qdeclarativevme.cpp.
|
private |
Definition at line 82 of file qdeclarativevme.cpp.
|
inline |
Definition at line 1081 of file qdeclarativevme.cpp.
|
inline |
Definition at line 1120 of file qdeclarativevme.cpp.
Referenced by QDeclarativeVMEStack< QObject *>::top().
|
inline |
Definition at line 1115 of file qdeclarativevme.cpp.
Referenced by QDeclarativeVME::run(), and QDeclarativeVME::runDeferred().
|
inline |
|
inline |
Definition at line 1108 of file qdeclarativevme.cpp.
|
inline |
Definition at line 1097 of file qdeclarativevme.cpp.
Referenced by QDeclarativeVME::run(), and QDeclarativeVME::runDeferred().
|
inline |
|
private |
Definition at line 83 of file qdeclarativevme.cpp.
Referenced by QDeclarativeVMEStack< QObject *>::count(), QDeclarativeVMEStack< QObject *>::isEmpty(), QDeclarativeVMEStack< QObject *>::pop(), QDeclarativeVMEStack< QObject *>::push(), and QDeclarativeVMEStack< QObject *>::top().