#include <map>
#include "..\..\custattrib.h"
#include "..\..\ICustAttribContainer.h"
#include "mxsplugin.h"
Go to the source code of this file.
Classes |
|
class | MSCustAttribDef |
class | MSCustAttrib |
class | FindCustAttribOwnerDEP |
Defines |
|
#define | I_SCRIPTEDCUSTATTRIB 0x000010C1 |
#define | MSCUSTATTRIB_CHUNK 0x0110 |
#define | MSCUSTATTRIB_NAME_CHUNK 0x0010 |
#define | is_attribute_def(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSCustAttribDef)) |
Typedefs |
|
typedef
std::map< Class_ID, MSCustAttribDef * > |
MSCustAttribDefMap |
typedef MSCustAttribDefMap::iterator |
MSCustAttribDefMapIter |
typedef MSCustAttribDefMap::const_iterator |
MSCustAttribDefMapConstIter |
typedef MSCustAttribDefMap::value_type |
MSCustAttribDefMapValue |
Functions |
|
visible_class (MSCustAttribDef) class MSCustAttribDef |
#define I_SCRIPTEDCUSTATTRIB 0x000010C1 |
Definition at line 18 of file mxsCustomAttributes.h.
#define MSCUSTATTRIB_CHUNK 0x0110 |
Definition at line 20 of file mxsCustomAttributes.h.
#define MSCUSTATTRIB_NAME_CHUNK 0x0010 |
Definition at line 21 of file mxsCustomAttributes.h.
#define is_attribute_def | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(MSCustAttribDef)) |
Definition at line 56 of file mxsCustomAttributes.h.
typedef std::map<Class_ID, MSCustAttribDef*> MSCustAttribDefMap |
Definition at line 30 of file mxsCustomAttributes.h.
typedef MSCustAttribDefMap::iterator MSCustAttribDefMapIter |
Definition at line 31 of file mxsCustomAttributes.h.
typedef MSCustAttribDefMap::const_iterator MSCustAttribDefMapConstIter |
Definition at line 32 of file mxsCustomAttributes.h.
typedef MSCustAttribDefMap::value_type MSCustAttribDefMapValue |
Definition at line 33 of file mxsCustomAttributes.h.
visible_class | ( | MSCustAttribDef | ) |