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 751 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 755 of file qrhi_p.h.

Member Function Documentation

◆ begin()

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

Definition at line 773 of file qrhi_p.h.

◆ cbegin()

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

Definition at line 771 of file qrhi_p.h.

◆ cend()

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

Definition at line 772 of file qrhi_p.h.

◆ end()

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

Definition at line 774 of file qrhi_p.h.

◆ get()

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

Definition at line 758 of file qrhi_p.h.

◆ isEmpty()

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

Definition at line 757 of file qrhi_p.h.

◆ reset()

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

Definition at line 756 of file qrhi_p.h.

◆ unget()

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

Definition at line 770 of file qrhi_p.h.


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