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
AVFScopedPointer< dispatch_queue_t > Class Reference

#include <qavfcamerautility_p.h>

Inheritance diagram for AVFScopedPointer< dispatch_queue_t >:
Collaboration diagram for AVFScopedPointer< dispatch_queue_t >:

Public Member Functions

 AVFScopedPointer ()
 AVFScopedPointer (dispatch_queue_t q)
 AVFScopedPointer (AVFScopedPointer &&other) noexcept
 ~AVFScopedPointer ()
void swap (AVFScopedPointer &other)
 operator dispatch_queue_t () const
dispatch_queue_t data () const
void reset (dispatch_queue_t q=nullptr)
 operator dispatch_queue_t * () const
dispatch_queue_t * take ()

Detailed Description

Definition at line 94 of file qavfcamerautility_p.h.

Constructor & Destructor Documentation

◆ AVFScopedPointer() [1/3]

AVFScopedPointer< dispatch_queue_t >::AVFScopedPointer ( )
inline

Definition at line 97 of file qavfcamerautility_p.h.

◆ AVFScopedPointer() [2/3]

AVFScopedPointer< dispatch_queue_t >::AVFScopedPointer ( dispatch_queue_t q)
inlineexplicit

Definition at line 98 of file qavfcamerautility_p.h.

◆ AVFScopedPointer() [3/3]

AVFScopedPointer< dispatch_queue_t >::AVFScopedPointer ( AVFScopedPointer< dispatch_queue_t > && other)
inlinenoexcept

Definition at line 99 of file qavfcamerautility_p.h.

◆ ~AVFScopedPointer()

AVFScopedPointer< dispatch_queue_t >::~AVFScopedPointer ( )
inline

Definition at line 105 of file qavfcamerautility_p.h.

Member Function Documentation

◆ data()

dispatch_queue_t AVFScopedPointer< dispatch_queue_t >::data ( ) const
inline

Definition at line 122 of file qavfcamerautility_p.h.

◆ operator dispatch_queue_t()

AVFScopedPointer< dispatch_queue_t >::operator dispatch_queue_t ( ) const
inline

Definition at line 116 of file qavfcamerautility_p.h.

◆ operator dispatch_queue_t *()

AVFScopedPointer< dispatch_queue_t >::operator dispatch_queue_t* ( ) const
inline

Definition at line 76 of file qavfcamerautility_p.h.

◆ reset()

void AVFScopedPointer< dispatch_queue_t >::reset ( dispatch_queue_t q = nullptr)
inline

Definition at line 127 of file qavfcamerautility_p.h.

◆ swap()

void AVFScopedPointer< dispatch_queue_t >::swap ( AVFScopedPointer< dispatch_queue_t > & other)
inline

Definition at line 111 of file qavfcamerautility_p.h.

◆ take()

dispatch_queue_t * AVFScopedPointer< dispatch_queue_t >::take ( )
inline

Definition at line 87 of file qavfcamerautility_p.h.


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