1 // File generated by CPPExt (Value)
2 // Copyright (C) 1991,1995 by
4 // MATRA DATAVISION, FRANCE
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
15 #ifndef _SMDS_DataMapOfIntegerMeshElement_HeaderFile
16 #define _SMDS_DataMapOfIntegerMeshElement_HeaderFile
18 #ifndef _TCollection_BasicMap_HeaderFile
19 #include <TCollection_BasicMap.hxx>
21 #ifndef _Standard_Integer_HeaderFile
22 #include <Standard_Integer.hxx>
24 #ifndef _Handle_SMDS_MeshElement_HeaderFile
25 #include "Handle_SMDS_MeshElement.hxx"
27 #ifndef _Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_HeaderFile
28 #include "Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx"
30 #ifndef _Standard_Boolean_HeaderFile
31 #include <Standard_Boolean.hxx>
33 class Standard_DomainError;
34 class Standard_NoSuchObject;
35 class SMDS_MeshElement;
36 class TColStd_MapIntegerHasher;
37 class SMDS_DataMapNodeOfDataMapOfIntegerMeshElement;
38 class SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement;
41 #ifndef _Standard_HeaderFile
42 #include <Standard.hxx>
44 #ifndef _Standard_Macro_HeaderFile
45 #include <Standard_Macro.hxx>
48 class SMDS_DataMapOfIntegerMeshElement : public TCollection_BasicMap {
52 inline void* operator new(size_t,void* anAddress)
56 inline void* operator new(size_t size)
58 return Standard::Allocate(size);
60 inline void operator delete(void *anAddress)
62 if (anAddress) Standard::Free((Standard_Address&)anAddress);
64 // inline void operator delete(void *anAddress, size_t size)
66 // if (anAddress) Standard::Free((Standard_Address&)anAddress,size);
70 Standard_EXPORT SMDS_DataMapOfIntegerMeshElement(const Standard_Integer NbBuckets = 1);
71 Standard_EXPORT SMDS_DataMapOfIntegerMeshElement& Assign(const SMDS_DataMapOfIntegerMeshElement& Other) ;
72 SMDS_DataMapOfIntegerMeshElement& operator =(const SMDS_DataMapOfIntegerMeshElement& Other)
77 Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ;
78 Standard_EXPORT void Clear() ;
79 ~SMDS_DataMapOfIntegerMeshElement()
84 Standard_EXPORT Standard_Boolean Bind(const Standard_Integer& K,const Handle(SMDS_MeshElement)& I) ;
85 Standard_EXPORT Standard_Boolean IsBound(const Standard_Integer& K) const;
86 Standard_EXPORT Standard_Boolean UnBind(const Standard_Integer& K) ;
87 Standard_EXPORT const Handle_SMDS_MeshElement& Find(const Standard_Integer& K) const;
88 const Handle_SMDS_MeshElement& operator()(const Standard_Integer& K) const
93 Standard_EXPORT Handle_SMDS_MeshElement& ChangeFind(const Standard_Integer& K) ;
94 Handle_SMDS_MeshElement& operator()(const Standard_Integer& K)
118 Standard_EXPORT SMDS_DataMapOfIntegerMeshElement(const SMDS_DataMapOfIntegerMeshElement& Other);
131 // other inline functions and methods (like "C++: function call" methods)