#include <cObjectIdentification.h>
Collaboration diagram for ObjectIdentification:

Public Methods | |
| ObjectIdentification () | |
| ObjectIdentification (class ProtoBase *aPrototype, char *const aSelectKeyValues) | |
| ObjectIdentification (const class Object *anObject) | |
| ObjectIdentification (const long anOid, class ProtoBase *aPrototype) | |
| ObjectIdentification (const ObjectIdentification &X) | |
| virtual | ~ObjectIdentification () |
| virtual class ProtoBase * | Prototype () const |
| virtual bool | operator== (const ObjectIdentification &X) const |
| virtual bool | operator!= (const ObjectIdentification &X) const |
| virtual ObjectIdentification & | operator= (const ObjectIdentification &X) |
Protected Methods | |
| virtual bool | _Init (class ProtoBase *aPrototype, char *const aSelectKeyValues) |
| virtual bool | _Init (const class Object *anObject) |
Protected Attributes | |
| char * | _SelectKeyValues |
| ProtoBase * | _prototype |
| const class Object * | _object |
Friends | |
| class | RefBase |
| class | ResultBase |
| class | Object |
| class | ProtoBase |
| class | ObjectBuffer |
|
|
Definition at line 25 of file cObjectIdentification.cpp. References _prototype, and _SelectKeyValues. |
|
||||||||||||
|
Definition at line 39 of file cObjectIdentification.cpp. References _prototype, and _SelectKeyValues. |
|
|
Definition at line 57 of file cObjectIdentification.cpp. References _object, and _SelectKeyValues. |
|
||||||||||||
|
Definition at line 89 of file cObjectIdentification.cpp. References _prototype, _SelectKeyValues, and LongToStr(). |
|
|
Definition at line 73 of file cObjectIdentification.cpp. References _prototype, _SelectKeyValues, and StrCpy(). |
|
|
Definition at line 111 of file cObjectIdentification.cpp. References _prototype, _SelectKeyValues, and StrFree(). |
|
|
Definition at line 147 of file cObjectIdentification.cpp. References StrFree(). |
|
||||||||||||
|
Definition at line 125 of file cObjectIdentification.cpp. References StrFree(). Referenced by RefBase::Init(). |
|
|
Definition at line 188 of file cObjectIdentification.cpp. References _object, _SelectKeyValues, and StrCmp(). |
|
|
Definition at line 198 of file cObjectIdentification.cpp. References _object, _SelectKeyValues, and StrCpy(). |
|
|
Definition at line 178 of file cObjectIdentification.cpp. References _object, _SelectKeyValues, and StrCmp(). |
|
|
Definition at line 166 of file cObjectIdentification.cpp. |
|
|
Definition at line 32 of file cObjectIdentification.h. |
|
|
Definition at line 34 of file cObjectIdentification.h. |
|
|
Definition at line 33 of file cObjectIdentification.h. |
|
|
Definition at line 30 of file cObjectIdentification.h. |
|
|
Definition at line 31 of file cObjectIdentification.h. |
|
|
Definition at line 39 of file cObjectIdentification.h. Referenced by RefBase::_Object(), RefBase::IsInMemory(), ResultBase::Next(), ObjectIdentification(), operator!=(), operator=(), operator==(), and RefBase::ReferencedObject(). |
|
|
Definition at line 38 of file cObjectIdentification.h. Referenced by RefBase::_Virtualise(), ResultBase::Next(), ObjectIdentification(), and ~ObjectIdentification(). |
|
|
Definition at line 41 of file cObjectIdentification.h. Referenced by RefBase::_KeyValues(), Object::_SelectKeyValues(), RefBase::_Virtualise(), ResultBase::Next(), ObjectIdentification(), operator!=(), operator=(), operator==(), and ~ObjectIdentification(). |
1.2.16