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

#include <scoped_set_insertion.h>

+ Collaboration diagram for fxcrt::ScopedSetInsertion< T >:

Public Member Functions

 FX_STACK_ALLOCATED ()
 
 ScopedSetInsertion (std::set< T > *org_set, const T &elem)
 
 ScopedSetInsertion (const ScopedSetInsertion &)=delete
 
ScopedSetInsertionoperator= (const ScopedSetInsertion &)=delete
 
 ~ScopedSetInsertion ()
 

Detailed Description

template<typename T>
class fxcrt::ScopedSetInsertion< T >

Definition at line 20 of file scoped_set_insertion.h.

Constructor & Destructor Documentation

◆ ScopedSetInsertion() [1/2]

template<typename T >
fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion ( std::set< T > * org_set,
const T & elem )
inline

Definition at line 24 of file scoped_set_insertion.h.

References fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion().

Referenced by fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion().

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

◆ ScopedSetInsertion() [2/2]

template<typename T >
fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion ( const ScopedSetInsertion< T > & )
delete

◆ ~ScopedSetInsertion()

template<typename T >
fxcrt::ScopedSetInsertion< T >::~ScopedSetInsertion ( )
inline

Definition at line 30 of file scoped_set_insertion.h.

Member Function Documentation

◆ FX_STACK_ALLOCATED()

template<typename T >
fxcrt::ScopedSetInsertion< T >::FX_STACK_ALLOCATED ( )

◆ operator=()

template<typename T >
ScopedSetInsertion & fxcrt::ScopedSetInsertion< T >::operator= ( const ScopedSetInsertion< T > & )
delete

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