GME
13
|
Go to the source code of this file.
Namespaces | |
namespace | core |
Defines | |
#define | _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS 1 |
#define | _SECURE_ATL 1 |
#define | VC_EXTRALEAN |
#define | _CRT_SECURE_NO_WARNINGS |
#define | _ATL_APARTMENT_THREADED |
#define | _NOTHREADS |
#define | ASSERT ATLASSERT |
#define | IID_ICoreDictionaryAttributeValue __uuidof(ICoreDictionaryAttributeValue) |
#define | LIBID_MGACoreLib __uuidof(__MGACoreLib) |
Functions | |
HRESULT | check_location_compatibility (ICoreMetaObject *newobj, ICoreMetaObject *oldobj) |
HRESULT | check_location_compatibility (ICoreMetaAttribute *newobj, ICoreMetaAttribute *oldobj) |
HRESULT | check_location_compatibility (ICoreObject *newobj, ICoreObject *oldobj) |
HRESULT | check_location_compatibility (ICoreAttribute *newobj, ICoreAttribute *oldobj) |
Variables | |
CComModule | _Module |
#define _ATL_APARTMENT_THREADED |
Definition at line 57 of file Core/StdAfx.h.
#define _CRT_SECURE_NO_WARNINGS |
Definition at line 54 of file Core/StdAfx.h.
#define _NOTHREADS |
Definition at line 67 of file Core/StdAfx.h.
#define _SECURE_ATL 1 |
Definition at line 16 of file Core/StdAfx.h.
Definition at line 8 of file Core/StdAfx.h.
#define ASSERT ATLASSERT |
Definition at line 70 of file Core/StdAfx.h.
#define IID_ICoreDictionaryAttributeValue __uuidof(ICoreDictionaryAttributeValue) |
Definition at line 75 of file Core/StdAfx.h.
#define LIBID_MGACoreLib __uuidof(__MGACoreLib) |
Definition at line 76 of file Core/StdAfx.h.
#define VC_EXTRALEAN |
Definition at line 20 of file Core/StdAfx.h.
HRESULT check_location_compatibility | ( | ICoreMetaObject * | newobj, |
ICoreMetaObject * | oldobj | ||
) |
HRESULT check_location_compatibility | ( | ICoreMetaAttribute * | newobj, |
ICoreMetaAttribute * | oldobj | ||
) |
HRESULT check_location_compatibility | ( | ICoreObject * | newobj, |
ICoreObject * | oldobj | ||
) |
HRESULT check_location_compatibility | ( | ICoreAttribute * | newobj, |
ICoreAttribute * | oldobj | ||
) |
CComModule _Module |
Definition at line 18 of file DecoratorApp.cpp.