Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 700 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 704 of file qrhi_p.h.

Member Function Documentation

◆ begin()

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

Definition at line 722 of file qrhi_p.h.

◆ cbegin()

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

Definition at line 720 of file qrhi_p.h.

◆ cend()

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

Definition at line 721 of file qrhi_p.h.

◆ end()

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

Definition at line 723 of file qrhi_p.h.

◆ get()

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

Definition at line 707 of file qrhi_p.h.

◆ isEmpty()

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

Definition at line 706 of file qrhi_p.h.

◆ reset()

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

Definition at line 705 of file qrhi_p.h.

◆ unget()

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

Definition at line 719 of file qrhi_p.h.


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