Wildmeshing Toolkit
|
#include <PerThreadAttributeScopeStacks.hpp>
Public Member Functions | |
PerThreadAttributeScopeStacks ()=default | |
PerThreadAttributeScopeStacks (PerThreadAttributeScopeStacks &&)=default | |
PerThreadAttributeScopeStacks & | operator= (PerThreadAttributeScopeStacks &&)=default |
internal::AttributeTransactionStack< T > & | local () |
const internal::AttributeTransactionStack< T > & | local () const |
Private Attributes | |
internal::AttributeTransactionStack< T > | m_stack |
Definition at line 7 of file PerThreadAttributeScopeStacks.hpp.
|
default |
|
default |
|
inline |
Definition at line 23 of file PerThreadAttributeScopeStacks.hpp.
|
inline |
Definition at line 28 of file PerThreadAttributeScopeStacks.hpp.
|
default |
|
mutableprivate |
Definition at line 18 of file PerThreadAttributeScopeStacks.hpp.