|
HDK
|
#include <XUSD_DataLock.h>
Inheritance diagram for XUSD_DataLock:Public Member Functions | |
| XUSD_DataLock () | |
| ~XUSD_DataLock () | |
| bool | isLocked () const |
| bool | isReadLocked () const |
| bool | isWriteLocked () const |
| bool | isLayerLocked () const |
| int | getLockedNodeId () const |
| int | getLastLockedNodeId () const |
Public Member Functions inherited from UT_IntrusiveRefCounter< XUSD_DataLock > | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter () noexcept |
| Default constructor: Sets counter to 0. More... | |
| SYS_FORCE_INLINE | UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept |
| Copy constructor: Sets counter to 0. More... | |
| UT_IntrusiveRefCounter & | operator= (const UT_IntrusiveRefCounter &) noexcept |
| Assignment operator: Does not modify counter. More... | |
| SYS_FORCE_INLINE uint32 | use_count () const noexcept |
| Return current counter. More... | |
| SYS_FORCE_INLINE bool | conditionalAddRef () noexcept |
Friends | |
| class | ::HUSD_DataHandle |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< XUSD_DataLock > | |
| SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
| Destructor: Only derived classes can destruct this. More... | |
Definition at line 31 of file XUSD_DataLock.h.
|
inline |
Definition at line 34 of file XUSD_DataLock.h.
|
inline |
Definition at line 42 of file XUSD_DataLock.h.
|
inline |
Definition at line 55 of file XUSD_DataLock.h.
|
inline |
Definition at line 53 of file XUSD_DataLock.h.
|
inline |
Definition at line 51 of file XUSD_DataLock.h.
|
inline |
Definition at line 45 of file XUSD_DataLock.h.
|
inline |
Definition at line 47 of file XUSD_DataLock.h.
|
inline |
Definition at line 49 of file XUSD_DataLock.h.
|
friend |
Definition at line 66 of file XUSD_DataLock.h.