GME  13
Defines | Typedefs
CoreAttribute.cpp File Reference

Go to the source code of this file.

Defines

#define LOCKING_GETVALUE   LOCKING_READ
#define LOCKING_PUTVALUE   LOCKING_EXCLUSIVE
#define LOCKING_GETCOLLECTION   LOCKING_READ
#define CHECK_ZOMBIE()
#define LOCKVAL_NONE   0
#define LOCKVAL_EXCLUSIVE   -1
#define LOCKVAL_READ_START   1
#define LOCKVAL_READ_END   32767
#define LOCKVAL_WRITE_START   -2
#define LOCKVAL_WRITE_END   -32768

Typedefs

typedef CCoreDataAttribute
< CCorePointerAttrBase,
VALTYPE_POINTER
CCorePointerAttribute
typedef CCoreDataAttribute
< CCoreDataAttrBase< long >
, VALTYPE_LONG
CCoreLongAttribute
typedef CCoreDataAttribute
< CCoreDataAttrBase
< CComBstrObj >
, VALTYPE_STRING
CCoreStringAttribute
typedef CCoreDataAttribute
< CCoreDataAttrBase< bindata >
, VALTYPE_BINARY
CCoreBinaryAttribute
typedef CCoreDataAttribute
< CCoreDataAttrBase< double >
, VALTYPE_REAL
CCoreRealAttribute
typedef CCoreDataAttribute
< CCoreDataAttrBase< CComPtr
< CCoreDictionaryAttributeValue >
>, VALTYPE_DICT
CCoreDictAttribute

Define Documentation

#define CHECK_ZOMBIE ( )
Value:
if( IsZombie() ) \
                COMRETURN(E_ZOMBIE);

Definition at line 16 of file CoreAttribute.cpp.

Definition at line 14 of file CoreAttribute.cpp.

Definition at line 12 of file CoreAttribute.cpp.

Definition at line 13 of file CoreAttribute.cpp.

#define LOCKVAL_EXCLUSIVE   -1

Definition at line 23 of file CoreAttribute.cpp.

#define LOCKVAL_NONE   0

Definition at line 22 of file CoreAttribute.cpp.

#define LOCKVAL_READ_END   32767

Definition at line 25 of file CoreAttribute.cpp.

#define LOCKVAL_READ_START   1

Definition at line 24 of file CoreAttribute.cpp.

#define LOCKVAL_WRITE_END   -32768

Definition at line 27 of file CoreAttribute.cpp.

#define LOCKVAL_WRITE_START   -2

Definition at line 26 of file CoreAttribute.cpp.


Typedef Documentation

Definition at line 46 of file CoreAttribute.cpp.

Definition at line 48 of file CoreAttribute.cpp.

Definition at line 44 of file CoreAttribute.cpp.

Definition at line 43 of file CoreAttribute.cpp.

Definition at line 47 of file CoreAttribute.cpp.

Definition at line 45 of file CoreAttribute.cpp.