mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes
Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header.
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
#ifndef CDM_MetaDataLookUpTable_HeaderFile
|
||||
#define CDM_MetaDataLookUpTable_HeaderFile
|
||||
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
#include <CDM_MetaData.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
|
||||
class Handle(CDM_MetaData);
|
||||
|
||||
typedef NCollection_DataMap<TCollection_ExtendedString,Handle(CDM_MetaData),TCollection_ExtendedString> CDM_MetaDataLookUpTable;
|
||||
typedef NCollection_DataMap<TCollection_ExtendedString,Handle(CDM_MetaData),TCollection_ExtendedString>::Iterator CDM_DataMapIteratorOfMetaDataLookUpTable;
|
||||
|
||||
|
Reference in New Issue
Block a user