Home
last modified time | relevance | path

Searched refs:MDOTypeList (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmdobject.cpp67 MDOTypeList::iterator it = AllTypes.begin(); in MakePrimer()
444 MDOTypeList::const_iterator it = Type->GetChildList().begin(); in Init()
983 MDOTypeList::const_iterator it = Type->GetChildList().begin(); in ReadValue()
1691 MDOTypeList::const_iterator it = Type->GetChildList().begin(); in WriteObject()
2098 MDOTypeList::iterator it = BaseEntry->ChildList.begin(); in Derive()
2122 MDOTypeList::iterator ChildListIt = ChildList.begin(); in ReDerive()
2128 MDOTypeList::iterator it = BaseEntry->ChildList.begin(); in ReDerive()
2321 MDOTypeList::iterator it = MDOType::AllTypes.begin(); in LocateRefTypes()
2347 MDOTypeList MDOType::AllTypes; //!< All types managed by the MDOType class
2348 MDOTypeList MDOType::TopTypes; //!< The top-level types managed by the MDOType class
H A Dmdobject.h143 typedef std::list<MDOTypePtr> MDOTypeList; typedef
272 MDOTypeList ChildList; //!< Child types in order, for packs
406 const MDOTypeList &GetChildList(void) const { return ChildList; } in GetChildList()
480 static MDOTypeList AllTypes; //!< All types managed by this object
481 static MDOTypeList TopTypes; //!< The top-level types managed by this object
H A Ddeftypes.cpp2136 MDOTypeList::iterator it = AllTypes.begin(); in DefineClass()