#include <coresync.h>
Definition at line 48 of file coresync.h.
Public Member Functions | |
LockedCore (CoreSync *cs) | |
~LockedCore () | |
ICore * | operator-> () |
Private Member Functions | |
LockedCore (const LockedCore &) | |
LockedCore & | operator= (const LockedCore &) |
Private Attributes | |
CoreSync * | cs_ |
LockedCore | ( | CoreSync * | cs | ) | [inline] |
Definition at line 50 of file coresync.h.
References cs_, and CoreSync::lockForVis().
~LockedCore | ( | ) | [inline] |
Definition at line 55 of file coresync.h.
References cs_, and CoreSync::unlockAfterVis().
LockedCore | ( | const LockedCore & | ) | [private] |
ICore* operator-> | ( | ) | [inline] |
Definition at line 58 of file coresync.h.
References cs_, and CoreSync::getCore().
LockedCore& operator= | ( | const LockedCore & | ) | [private] |
Definition at line 64 of file coresync.h.
Referenced by LockedCore(), operator->(), and ~LockedCore().