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< T > Class Template Reference

#include <qavfcamerautility_p.h>

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

Public Member Functions

 AVFScopedPointer ()
 AVFScopedPointer (T *ptr)
 operator T* () const
T * data () const
T * take ()

Detailed Description

template<class T>
class AVFScopedPointer< T >

Definition at line 74 of file qavfcamerautility_p.h.

Constructor & Destructor Documentation

◆ AVFScopedPointer() [1/2]

template<class T>
AVFScopedPointer< T >::AVFScopedPointer ( )
inline

Definition at line 77 of file qavfcamerautility_p.h.

◆ AVFScopedPointer() [2/2]

template<class T>
AVFScopedPointer< T >::AVFScopedPointer ( T * ptr)
inlineexplicit

Definition at line 78 of file qavfcamerautility_p.h.

Member Function Documentation

◆ data()

template<class T>
T * AVFScopedPointer< T >::data ( ) const
inline

Definition at line 85 of file qavfcamerautility_p.h.

Referenced by AVFScopedPointer< dispatch_queue_t >::operator dispatch_queue_t *().

Here is the caller graph for this function:

◆ operator T*()

template<class T>
AVFScopedPointer< T >::operator T* ( ) const
inline

Definition at line 79 of file qavfcamerautility_p.h.

◆ take()

template<class T>
T * AVFScopedPointer< T >::take ( )
inline

Definition at line 90 of file qavfcamerautility_p.h.


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