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
QIORing::GenericRequestType Class Reference

#include <qioring_p.h>

Collaboration diagram for QIORing::GenericRequestType:

Public Member Functions

template<Operation Op>
 GenericRequestType (QIORingRequest< Op > &&t) noexcept
 ~GenericRequestType () noexcept
Operation operation () const
template<Operation Op>
QIORingRequest< Op > * requestData ()
template<Operation Op>
QIORingRequest< Op > takeRequestData ()
bool wasQueued () const
void setQueued (bool status)

Friends

class QIORing
bool operator== (const GenericRequestType &l, const GenericRequestType &r) noexcept
bool operator!= (const GenericRequestType &l, const GenericRequestType &r) noexcept

Detailed Description

Definition at line 421 of file qioring_p.h.

Constructor & Destructor Documentation

◆ GenericRequestType()

template<Operation Op>
QIORing::GenericRequestType::GenericRequestType ( QIORingRequest< Op > && t)
inlineexplicitnoexcept

Definition at line 470 of file qioring_p.h.

◆ ~GenericRequestType()

QIORing::GenericRequestType::~GenericRequestType ( )
inlinenoexcept

Definition at line 474 of file qioring_p.h.

Member Function Documentation

◆ operation()

Operation QIORing::GenericRequestType::operation ( ) const
inline

Definition at line 491 of file qioring_p.h.

◆ requestData()

template<Operation Op>
QIORingRequest< Op > * QIORing::GenericRequestType::requestData ( )
inline

Definition at line 493 of file qioring_p.h.

◆ setQueued()

void QIORing::GenericRequestType::setQueued ( bool status)
inline

Definition at line 509 of file qioring_p.h.

◆ takeRequestData()

template<Operation Op>
QIORingRequest< Op > QIORing::GenericRequestType::takeRequestData ( )
inline

Definition at line 501 of file qioring_p.h.

◆ wasQueued()

bool QIORing::GenericRequestType::wasQueued ( ) const
inline

Definition at line 508 of file qioring_p.h.

◆ operator!=

bool operator!= ( const GenericRequestType & l,
const GenericRequestType & r )
friend

Definition at line 486 of file qioring_p.h.

◆ operator==

bool operator== ( const GenericRequestType & l,
const GenericRequestType & r )
friend

Definition at line 482 of file qioring_p.h.

◆ QIORing

friend class QIORing
friend

Definition at line 423 of file qioring_p.h.


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