Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRhiBackendCommandList< T, GROW > Class Template Reference

#include <qrhi_p.h>

Collaboration diagram for QRhiBackendCommandList< T, GROW >:

Public Member Functions

 QRhiBackendCommandList ()=default
 ~QRhiBackendCommandList ()
void reset ()
bool isEmpty () const
T & get ()
void unget ()
T * cbegin () const
T * cend () const
T * begin ()
T * end ()

Detailed Description

template<typename T, int GROW = 1024>
class QRhiBackendCommandList< T, GROW >

Definition at line 806 of file qrhi_p.h.

Constructor & Destructor Documentation

◆ QRhiBackendCommandList()

template<typename T, int GROW = 1024>
QRhiBackendCommandList< T, GROW >::QRhiBackendCommandList ( )
default

◆ ~QRhiBackendCommandList()

template<typename T, int GROW = 1024>
QRhiBackendCommandList< T, GROW >::~QRhiBackendCommandList ( )
inline

Definition at line 810 of file qrhi_p.h.

Member Function Documentation

◆ begin()

template<typename T, int GROW = 1024>
T * QRhiBackendCommandList< T, GROW >::begin ( )
inline

Definition at line 828 of file qrhi_p.h.

◆ cbegin()

template<typename T, int GROW = 1024>
T * QRhiBackendCommandList< T, GROW >::cbegin ( ) const
inline

Definition at line 826 of file qrhi_p.h.

◆ cend()

template<typename T, int GROW = 1024>
T * QRhiBackendCommandList< T, GROW >::cend ( ) const
inline

Definition at line 827 of file qrhi_p.h.

◆ end()

template<typename T, int GROW = 1024>
T * QRhiBackendCommandList< T, GROW >::end ( )
inline

Definition at line 829 of file qrhi_p.h.

◆ get()

template<typename T, int GROW = 1024>
T & QRhiBackendCommandList< T, GROW >::get ( )
inline

Definition at line 813 of file qrhi_p.h.

◆ isEmpty()

template<typename T, int GROW = 1024>
bool QRhiBackendCommandList< T, GROW >::isEmpty ( ) const
inline

Definition at line 812 of file qrhi_p.h.

◆ reset()

template<typename T, int GROW = 1024>
void QRhiBackendCommandList< T, GROW >::reset ( )
inline

Definition at line 811 of file qrhi_p.h.

◆ unget()

template<typename T, int GROW = 1024>
void QRhiBackendCommandList< T, GROW >::unget ( )
inline

Definition at line 825 of file qrhi_p.h.


The documentation for this class was generated from the following file: