GME
13
|
#include <CoreAttribute.h>
Definition at line 180 of file CoreAttribute.h.
typedef unsigned short CCoreLockAttribute::lock_count_type [protected] |
Definition at line 190 of file CoreAttribute.h.
Definition at line 268 of file CoreAttribute.cpp.
virtual void CCoreLockAttribute::AbortFinalTransaction | ( | ) | [inline, virtual] |
Reimplemented from CCoreAttribute.
Definition at line 226 of file CoreAttribute.h.
lockval_type CCoreLockAttribute::CalcLock | ( | locking_type | locking, |
lockval_type | lockval | ||
) | [static] |
Definition at line 568 of file CoreAttribute.cpp.
locking_type CCoreLockAttribute::CalcLocking | ( | lockval_type | lockval | ) | [static] |
Definition at line 678 of file CoreAttribute.cpp.
lockval_type CCoreLockAttribute::CalcUnlock | ( | locking_type | locking, |
lockval_type | lockval | ||
) | [static] |
Definition at line 632 of file CoreAttribute.cpp.
locking_type CCoreLockAttribute::CombineLock | ( | lock_count_type | read_count, |
lock_count_type | write_count | ||
) | [static] |
Definition at line 700 of file CoreAttribute.cpp.
void CCoreLockAttribute::CommitFinalTransaction | ( | ) | [virtual] |
Reimplemented from CCoreAttribute.
Definition at line 560 of file CoreAttribute.cpp.
virtual void CCoreLockAttribute::CommitFinalTransactionFinish | ( | bool | undo | ) | [inline, virtual] |
Reimplemented from CCoreAttribute.
Definition at line 228 of file CoreAttribute.h.
void CCoreLockAttribute::ControlLockGroup | ( | ) |
Definition at line 467 of file CoreAttribute.cpp.
Definition at line 485 of file CoreAttribute.cpp.
void CCoreLockAttribute::FillAfterCreateObject | ( | ) | [virtual] |
Reimplemented from CCoreAttribute.
Definition at line 542 of file CoreAttribute.cpp.
STDMETHOD() CCoreLockAttribute::get_LoadedValue | ( | VARIANT * | p | ) | [inline] |
Definition at line 201 of file CoreAttribute.h.
STDMETHODIMP CCoreLockAttribute::get_PeerLockValue | ( | locking_type * | p | ) |
Definition at line 336 of file CoreAttribute.cpp.
STDMETHOD() CCoreLockAttribute::get_PreviousValue | ( | VARIANT * | p | ) | [inline] |
Definition at line 202 of file CoreAttribute.h.
STDMETHODIMP CCoreLockAttribute::get_Value | ( | VARIANT * | p | ) |
Definition at line 288 of file CoreAttribute.cpp.
virtual CCoreLockAttribute* CCoreLockAttribute::GetLockAttr | ( | ) | const [inline, virtual] |
Reimplemented from CCoreAttribute.
Definition at line 206 of file CoreAttribute.h.
virtual valtype_type CCoreLockAttribute::GetValType | ( | ) | const [inline, virtual] |
Implements CCoreAttribute.
Definition at line 205 of file CoreAttribute.h.
bool CCoreLockAttribute::IsEmpty | ( | ) | const [inline] |
Definition at line 212 of file CoreAttribute.h.
bool CCoreLockAttribute::IsLoaded | ( | ) | const [inline] |
Definition at line 211 of file CoreAttribute.h.
void CCoreLockAttribute::Load | ( | ) | [virtual] |
Reimplemented from CCoreAttribute.
Definition at line 419 of file CoreAttribute.cpp.
STDMETHODIMP CCoreLockAttribute::put_Value | ( | VARIANT | p | ) |
Definition at line 301 of file CoreAttribute.cpp.
void CCoreLockAttribute::RegisterLockDo | ( | locking_type | unreg, |
locking_type | reg | ||
) |
Definition at line 403 of file CoreAttribute.cpp.
void CCoreLockAttribute::RegisterLockTry | ( | locking_type | unreg, |
locking_type | reg | ||
) |
Definition at line 367 of file CoreAttribute.cpp.
void CCoreLockAttribute::Save | ( | ) | [inline] |
Definition at line 508 of file CoreAttribute.cpp.
void CCoreLockAttribute::Unload | ( | ) | [virtual] |
Reimplemented from CCoreAttribute.
Definition at line 498 of file CoreAttribute.cpp.
locking_type CCoreLockAttribute::original_locking [protected] |
Definition at line 191 of file CoreAttribute.h.
lockval_type CCoreLockAttribute::others_lockval [protected] |
Definition at line 196 of file CoreAttribute.h.
lock_count_type CCoreLockAttribute::read_count [protected] |
Definition at line 193 of file CoreAttribute.h.
lock_count_type CCoreLockAttribute::write_count [protected] |
Definition at line 194 of file CoreAttribute.h.