GME
13
|
#include <MgaCoreObj.h>
Public Member Functions | |
CoreAttr (int attrid, ICoreObject *ptr) | |
void | operator= (const CoreAttr &s) |
template<class C > | |
const C & | operator= (const C &s) |
operator CComBSTR () const | |
operator long () const | |
operator CComVariant () const | |
operator CoreObj () const | |
operator CoreObjs () const | |
Protected Member Functions | |
CoreAttr (int attrid) | |
Protected Attributes | |
ICoreObject * | p |
Definition at line 134 of file MgaCoreObj.h.
CoreAttr::CoreAttr | ( | int | attrid | ) | [inline, protected] |
Definition at line 137 of file MgaCoreObj.h.
CoreAttr::CoreAttr | ( | int | attrid, |
ICoreObject * | ptr | ||
) | [inline] |
Definition at line 142 of file MgaCoreObj.h.
CoreAttr::operator CComBSTR | ( | ) | const [inline] |
Definition at line 159 of file MgaCoreObj.h.
CoreAttr::operator CComVariant | ( | ) | const [inline] |
Definition at line 176 of file MgaCoreObj.h.
CoreAttr::operator CoreObj | ( | ) | const [inline] |
Definition at line 181 of file MgaCoreObj.h.
CoreAttr::operator CoreObjs | ( | ) | const [inline] |
Definition at line 189 of file MgaCoreObj.h.
CoreAttr::operator long | ( | ) | const [inline] |
Definition at line 169 of file MgaCoreObj.h.
void CoreAttr::operator= | ( | const CoreAttr & | s | ) | [inline] |
Definition at line 147 of file MgaCoreObj.h.
const C& CoreAttr::operator= | ( | const C & | s | ) | [inline] |
Definition at line 153 of file MgaCoreObj.h.
ICoreObject* CoreAttr::p [protected] |
Definition at line 139 of file MgaCoreObj.h.