![]() |
Qt 6.x
The Qt SDK
|
#include <qxmlstream_p.h>
Collaboration diagram for QXmlStreamSimpleStack< T >:Public Types | |
| using | const_iterator = const T * |
| using | iterator = T * |
Public Member Functions | |
| QXmlStreamSimpleStack () | |
| ~QXmlStreamSimpleStack () | |
| void | reserve (qsizetype extraCapacity) |
| T & | push () |
| T & | rawPush () |
| const T & | top () const |
| T & | top () |
| T | pop () |
| T & | operator[] (qsizetype index) |
| const T & | at (qsizetype index) const |
| qsizetype | size () const |
| void | resize (qsizetype s) |
| bool | isEmpty () const |
| void | clear () |
| T * | begin () |
| const T * | begin () const |
| const T * | cbegin () const |
| T * | end () |
| const T * | end () const |
| const T * | cend () const |
Definition at line 119 of file qxmlstream_p.h.
| using QXmlStreamSimpleStack< T >::const_iterator = const T* |
Definition at line 159 of file qxmlstream_p.h.
| using QXmlStreamSimpleStack< T >::iterator = T* |
Definition at line 160 of file qxmlstream_p.h.
|
inline |
Definition at line 126 of file qxmlstream_p.h.
|
inline |
Definition at line 129 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::size().
Here is the call graph for this function:
|
inline |
Definition at line 153 of file qxmlstream_p.h.
|
inline |
Definition at line 161 of file qxmlstream_p.h.
Referenced by QXmlStreamSimpleStack< T >::cbegin().
Here is the caller graph for this function:
|
inline |
Definition at line 162 of file qxmlstream_p.h.
|
inline |
Definition at line 163 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::begin().
Here is the call graph for this function:
|
inline |
Definition at line 166 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::end().
Here is the call graph for this function:
|
inline |
Definition at line 157 of file qxmlstream_p.h.
|
inline |
Definition at line 164 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::size().
Referenced by QXmlStreamSimpleStack< T >::cend().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 165 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::size().
Here is the call graph for this function:
|
inline |
Definition at line 156 of file qxmlstream_p.h.
|
inline |
Definition at line 152 of file qxmlstream_p.h.
|
inline |
Definition at line 151 of file qxmlstream_p.h.
|
inline |
Definition at line 147 of file qxmlstream_p.h.
References QXmlStreamSimpleStack< T >::rawPush(), and QXmlStreamSimpleStack< T >::reserve().
Referenced by QXmlStreamReaderPrivate::putChar(), and QXmlStreamReaderPrivate::putChar().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 148 of file qxmlstream_p.h.
Referenced by QXmlStreamSimpleStack< T >::push().
Here is the caller graph for this function:
|
inline |
Definition at line 137 of file qxmlstream_p.h.
References ptr(), Q_CHECK_PTR(), and qMax().
Referenced by QXmlStreamSimpleStack< T >::push().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 155 of file qxmlstream_p.h.
|
inline |
Definition at line 154 of file qxmlstream_p.h.
Referenced by QXmlStreamSimpleStack< T >::~QXmlStreamSimpleStack(), QXmlStreamSimpleStack< T >::end(), and QXmlStreamSimpleStack< T >::end().
Here is the caller graph for this function:
|
inline |
Definition at line 150 of file qxmlstream_p.h.
|
inline |
Definition at line 149 of file qxmlstream_p.h.