|
GME
13
|
#include <MgaObjectProxy.h>

Public Member Functions | |
| CMgaObjectProxy () | |
| CMgaObjectProxy (LPUNKNOWN pMgaObject, objtype_enum type) | |
| CMgaObjectProxy (const CMgaObjectProxy &that) | |
| virtual | ~CMgaObjectProxy () |
| void | operator= (const CMgaObjectProxy &rSourceObjectProxy) |
Public Attributes | |
| LPUNKNOWN | m_pMgaObject |
| objtype_enum | m_TypeInfo |
Definition at line 14 of file MgaObjectProxy.h.
| CMgaObjectProxy::CMgaObjectProxy | ( | ) | [inline] |
Definition at line 17 of file MgaObjectProxy.h.
| CMgaObjectProxy::CMgaObjectProxy | ( | LPUNKNOWN | pMgaObject, |
| objtype_enum | type | ||
| ) | [inline] |
Definition at line 18 of file MgaObjectProxy.h.
| CMgaObjectProxy::CMgaObjectProxy | ( | const CMgaObjectProxy & | that | ) | [inline] |
Definition at line 24 of file MgaObjectProxy.h.
| virtual CMgaObjectProxy::~CMgaObjectProxy | ( | ) | [inline, virtual] |
Definition at line 25 of file MgaObjectProxy.h.
| void CMgaObjectProxy::operator= | ( | const CMgaObjectProxy & | rSourceObjectProxy | ) | [inline] |
Definition at line 27 of file MgaObjectProxy.h.
| LPUNKNOWN CMgaObjectProxy::m_pMgaObject |
Definition at line 33 of file MgaObjectProxy.h.
Definition at line 34 of file MgaObjectProxy.h.
1.7.6.1