GME
13
|
Go to the source code of this file.
typedef std::map<attrid_type,XmlAttrBase*> AttribMap |
Definition at line 142 of file XmlBackEnd/CoreXmlFile.h.
typedef AttribMap::iterator AttribMapIter |
Definition at line 143 of file XmlBackEnd/CoreXmlFile.h.
typedef std::map<GUID, XmlObject*,GUID_less> GUIDToXmlObjectMap |
Definition at line 119 of file XmlBackEnd/CoreXmlFile.h.
typedef GUIDToXmlObjectMap::iterator GUIDToXmlObjectMapIter |
Definition at line 120 of file XmlBackEnd/CoreXmlFile.h.
typedef std::map<metaid_type,attrid_type> ParentMap |
Definition at line 118 of file XmlBackEnd/CoreXmlFile.h.
typedef std::map<XmlAttrBase*, UndoItem> UndoMap |
Definition at line 343 of file XmlBackEnd/CoreXmlFile.h.
typedef UndoMap::iterator UndoMapIter |
Definition at line 344 of file XmlBackEnd/CoreXmlFile.h.
typedef std::vector<UnresolvedPointer> UnresolvedPointerVec |
Definition at line 326 of file XmlBackEnd/CoreXmlFile.h.
typedef UnresolvedPointerVec::iterator UnresolvedPointerVecIt |
Definition at line 327 of file XmlBackEnd/CoreXmlFile.h.
typedef std::set<XmlObject*, XmlObjComp> XmlObjSet |
Definition at line 114 of file XmlBackEnd/CoreXmlFile.h.
typedef XmlObjSet::iterator XmlObjSetIter |
Definition at line 115 of file XmlBackEnd/CoreXmlFile.h.
Definition at line 116 of file XmlBackEnd/CoreXmlFile.h.
typedef XmlObjVec::iterator XmlObjVecIter |
Definition at line 117 of file XmlBackEnd/CoreXmlFile.h.
enum OpCode |
ELEM_DELETED | |
ELEM_MOVED | |
ELEM_DERIVED | |
ELEM_REFERRED | |
ELEM_CONNECTED | |
ELEM_TAKESPARTINCONN | |
ELEM_REF_REDIRECTED | |
ELEM_TOTAL |
Definition at line 22 of file XmlBackEnd/CoreXmlFile.h.
const metaobjidpair_type ROOT_ID_PAIR = {METAID_ROOT, OBJID_ROOT} |
Definition at line 20 of file XmlBackEnd/CoreXmlFile.h.