Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <scoped_set_insertion.h>
Public Member Functions | |
FX_STACK_ALLOCATED () | |
ScopedSetInsertion (std::set< T > *org_set, const T &elem) | |
ScopedSetInsertion (const ScopedSetInsertion &)=delete | |
ScopedSetInsertion & | operator= (const ScopedSetInsertion &)=delete |
~ScopedSetInsertion () | |
Definition at line 20 of file scoped_set_insertion.h.
|
inline |
Definition at line 24 of file scoped_set_insertion.h.
References fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion().
Referenced by fxcrt::ScopedSetInsertion< T >::ScopedSetInsertion().
|
delete |
|
inline |
Definition at line 30 of file scoped_set_insertion.h.
fxcrt::ScopedSetInsertion< T >::FX_STACK_ALLOCATED | ( | ) |
|
delete |