|
GME
13
|
#include <MetaUtilities.h>

Definition at line 21 of file MetaUtilities.h.
| CCoreObjectPtr::CCoreObjectPtr | ( | ) | [inline] |
Definition at line 24 of file MetaUtilities.h.
| CCoreObjectPtr::CCoreObjectPtr | ( | IUnknown * | q | ) | [inline, explicit] |
Definition at line 25 of file MetaUtilities.h.
| CCoreObjectPtr::CCoreObjectPtr | ( | ICoreObject * | q | ) | [inline, explicit] |
Definition at line 26 of file MetaUtilities.h.
| CCoreObjectPtr::CCoreObjectPtr | ( | const CCoreObjectPtr & | q | ) | [inline] |
Definition at line 27 of file MetaUtilities.h.
| VARIANT_BOOL CCoreObjectPtr::GetBoolValue | ( | attrid_type | attrid | ) | const |
Definition at line 64 of file MetaUtilities.cpp.
| void CCoreObjectPtr::GetCollectionValue | ( | attrid_type | attrid, |
| coreobjects_type & | ret | ||
| ) | const |
Definition at line 6 of file MetaUtilities.cpp.
| long CCoreObjectPtr::GetLongValue | ( | attrid_type | attrid | ) | const |
Definition at line 53 of file MetaUtilities.cpp.
| metaid_type CCoreObjectPtr::GetMetaID | ( | ) | const |
Definition at line 87 of file MetaUtilities.cpp.
| objid_type CCoreObjectPtr::GetObjID | ( | ) | const |
Definition at line 100 of file MetaUtilities.cpp.
| void CCoreObjectPtr::GetPointerValue | ( | attrid_type | attrid, |
| CCoreObjectPtr & | ret | ||
| ) | const |
Definition at line 75 of file MetaUtilities.cpp.
| void CCoreObjectPtr::GetStringValue | ( | attrid_type | attrid, |
| BSTR * | ret | ||
| ) | const |
Definition at line 33 of file MetaUtilities.cpp.
| void CCoreObjectPtr::GetVariantValue | ( | attrid_type | attrid, |
| VARIANT * | ret | ||
| ) | const |
Definition at line 45 of file MetaUtilities.cpp.
| void CCoreObjectPtr::Load | ( | ) | [inline] |
Definition at line 52 of file MetaUtilities.h.
| void CCoreObjectPtr::LoadCollectionValue | ( | attrid_type | attrid, |
| coreobjects_type & | ret | ||
| ) |
Definition at line 112 of file MetaUtilities.cpp.
| CCoreObjectPtr::operator ICoreObject * | ( | ) | const [inline] |
Definition at line 29 of file MetaUtilities.h.
| ICoreObject* CCoreObjectPtr::operator-> | ( | ) | const [inline] |
Definition at line 30 of file MetaUtilities.h.
| ICoreObject* CCoreObjectPtr::operator= | ( | ICoreObject * | q | ) | [inline] |
Definition at line 32 of file MetaUtilities.h.
| ICoreObject* CCoreObjectPtr::operator= | ( | const CCoreObjectPtr & | q | ) | [inline] |
Definition at line 33 of file MetaUtilities.h.
| void CCoreObjectPtr::PutBoolValue | ( | attrid_type | attrid, |
| VARIANT_BOOL | l | ||
| ) |
Definition at line 161 of file MetaUtilities.cpp.
| void CCoreObjectPtr::PutLockValue | ( | attrid_type | attrid, |
| locking_type | locking | ||
| ) |
Definition at line 175 of file MetaUtilities.cpp.
| void CCoreObjectPtr::PutLongValue | ( | attrid_type | attrid, |
| long | a | ||
| ) |
Definition at line 154 of file MetaUtilities.cpp.
| void CCoreObjectPtr::PutPointerValue | ( | attrid_type | attrid, |
| ICoreObject * | a | ||
| ) |
Definition at line 168 of file MetaUtilities.cpp.
| void CCoreObjectPtr::PutStringValue | ( | attrid_type | attrid, |
| BSTR | a | ||
| ) |
Definition at line 140 of file MetaUtilities.cpp.
| void CCoreObjectPtr::PutVariantValue | ( | attrid_type | attrid, |
| VARIANT | a | ||
| ) |
Definition at line 147 of file MetaUtilities.cpp.
Definition at line 56 of file MetaUtilities.h.
1.7.6.1