GME
13
|
#include <CoreMetaAttribute.h>
Public Member Functions | |
CCoreMetaAttribute () | |
STDMETHODIMP | get_Object (ICoreMetaObject **p) |
STDMETHODIMP | get_AttrID (attrid_type *p) |
STDMETHODIMP | get_Token (BSTR *p) |
STDMETHODIMP | get_Name (BSTR *p) |
STDMETHODIMP | get_ValueType (valtype_type *p) |
STDMETHODIMP | get_LockAttrID (attrid_type *p) |
STDMETHODIMP | get_MaxSize (long *p) |
attrid_type | GetAttrID () const |
valtype_type | GetValType () const |
Public Attributes | |
CCoreMetaObject * | object |
attrid_type | attrid |
valtype_type | valtype |
std::wstring | token |
std::wstring | name |
Definition at line 9 of file CoreMetaAttribute.h.
Definition at line 9 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_AttrID | ( | attrid_type * | p | ) |
Definition at line 24 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_LockAttrID | ( | attrid_type * | p | ) |
Definition at line 62 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_MaxSize | ( | long * | p | ) |
Definition at line 74 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_Name | ( | BSTR * | p | ) |
Definition at line 43 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_Object | ( | ICoreMetaObject ** | p | ) |
Definition at line 15 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_Token | ( | BSTR * | p | ) |
Definition at line 33 of file CoreMetaAttribute.cpp.
STDMETHODIMP CCoreMetaAttribute::get_ValueType | ( | valtype_type * | p | ) |
Definition at line 53 of file CoreMetaAttribute.cpp.
attrid_type CCoreMetaAttribute::GetAttrID | ( | ) | const [inline] |
Definition at line 47 of file CoreMetaAttribute.h.
valtype_type CCoreMetaAttribute::GetValType | ( | ) | const [inline] |
Definition at line 48 of file CoreMetaAttribute.h.
Definition at line 39 of file CoreMetaAttribute.h.
std::wstring CCoreMetaAttribute::name |
Definition at line 42 of file CoreMetaAttribute.h.
Definition at line 38 of file CoreMetaAttribute.h.
std::wstring CCoreMetaAttribute::token |
Definition at line 41 of file CoreMetaAttribute.h.
Definition at line 40 of file CoreMetaAttribute.h.