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 97 of file qavfcamerautility_p.h.

Constructor & Destructor Documentation

◆ AVFScopedPointer() [1/3]

AVFScopedPointer< dispatch_queue_t >::AVFScopedPointer ( )
inline

Definition at line 100 of file qavfcamerautility_p.h.

◆ AVFScopedPointer() [2/3]

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

Definition at line 101 of file qavfcamerautility_p.h.

◆ AVFScopedPointer() [3/3]

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

Definition at line 102 of file qavfcamerautility_p.h.

◆ ~AVFScopedPointer()

AVFScopedPointer< dispatch_queue_t >::~AVFScopedPointer ( )
inline

Definition at line 108 of file qavfcamerautility_p.h.

Member Function Documentation

◆ data()

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

Definition at line 125 of file qavfcamerautility_p.h.

◆ operator dispatch_queue_t()

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

Definition at line 119 of file qavfcamerautility_p.h.

◆ operator dispatch_queue_t *()

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

Definition at line 79 of file qavfcamerautility_p.h.

References AVFScopedPointer< T >::data().

Here is the call graph for this function:

◆ reset()

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

Definition at line 130 of file qavfcamerautility_p.h.

◆ swap()

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

Definition at line 114 of file qavfcamerautility_p.h.

◆ take()

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

Definition at line 90 of file qavfcamerautility_p.h.


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