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:
@@ -18,10 +18,10 @@
|
||||
#define MoniTool_DataMapOfTimer_HeaderFile
|
||||
|
||||
#include <Standard_CString.hxx>
|
||||
#include <MoniTool_Timer.hxx>
|
||||
#include <MoniTool_MTHasher.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
|
||||
class Handle(MoniTool_Timer);
|
||||
typedef NCollection_DataMap<Standard_CString,Handle(MoniTool_Timer),MoniTool_MTHasher> MoniTool_DataMapOfTimer;
|
||||
typedef NCollection_DataMap<Standard_CString,Handle(MoniTool_Timer),MoniTool_MTHasher>::Iterator MoniTool_DataMapIteratorOfDataMapOfTimer;
|
||||
|
||||
|
Reference in New Issue
Block a user