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

#include <avfcamerautility_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 72 of file avfcamerautility_p.h.

Constructor & Destructor Documentation

◆ AVFScopedPointer() [1/2]

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

Definition at line 75 of file avfcamerautility_p.h.

◆ AVFScopedPointer() [2/2]

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

Definition at line 76 of file avfcamerautility_p.h.

Member Function Documentation

◆ data()

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

Definition at line 83 of file avfcamerautility_p.h.

References get().

Referenced by AVFScopedPointer< QT_MANGLE_NAMESPACE(AVFMediaAssetWriter)>::operator QT_MANGLE_NAMESPACE(AVFMediaAssetWriter) *().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator T*()

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

Definition at line 77 of file avfcamerautility_p.h.

◆ take()

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

Definition at line 88 of file avfcamerautility_p.h.

References release().

+ Here is the call graph for this function:

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