QtCore/qstack.h Source File
Go to the documentation of this file.
68 { Q_ASSERT(!this->isEmpty()); T
t = this->
data()[this->
size() -1];
69 this->resize(this->
size()-1);
return t; }
73 { Q_ASSERT(!this->isEmpty()); this->detach();
return this->
data()[this->
size()-1]; }
77 { Q_ASSERT(!this->isEmpty());
return this->
data()[this->
size()-1]; }
#define QT_BEGIN_NAMESPACE
GLsizei GLsizei GLenum GLenum const GLvoid * data
void swap(QVector< T > &other)
void swap(QStack< T > &other)