1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0024750: Replace instantiations of TCollection generic classes by NCollection templates -- automatic

Automatic upgrade of code by command "occt_upgrade . -tcollection"
This commit is contained in:
abv
2015-06-28 15:16:42 +03:00
parent 4f953fa991
commit df8d39700d
1424 changed files with 28413 additions and 2013 deletions

View File

@@ -2,3 +2,84 @@ TColStd_PackedMapOfInteger.hxx
TColStd_PackedMapOfInteger.cxx
TColStd_MapIteratorOfPackedMapOfInteger.hxx
TColStd_MapIteratorOfPackedMapOfInteger.cxx
TColStd_Array1OfInteger.hxx
TColStd_Array1OfReal.hxx
TColStd_Array1OfCharacter.hxx
TColStd_Array1OfBoolean.hxx
TColStd_Array1OfAsciiString.hxx
TColStd_Array1OfExtendedString.hxx
TColStd_Array1OfTransient.hxx
TColStd_Array1OfByte.hxx
TColStd_HArray1OfInteger.hxx
TColStd_HArray1OfReal.hxx
TColStd_HArray1OfCharacter.hxx
TColStd_HArray1OfBoolean.hxx
TColStd_HArray1OfAsciiString.hxx
TColStd_HArray1OfExtendedString.hxx
TColStd_HArray1OfTransient.hxx
TColStd_HArray1OfByte.hxx
TColStd_Array2OfInteger.hxx
TColStd_Array2OfReal.hxx
TColStd_Array2OfCharacter.hxx
TColStd_Array2OfBoolean.hxx
TColStd_Array2OfTransient.hxx
TColStd_HArray2OfInteger.hxx
TColStd_HArray2OfReal.hxx
TColStd_HArray2OfCharacter.hxx
TColStd_HArray2OfBoolean.hxx
TColStd_HArray2OfTransient.hxx
TColStd_SequenceOfInteger.hxx
TColStd_SequenceOfReal.hxx
TColStd_SequenceOfAsciiString.hxx
TColStd_SequenceOfHAsciiString.hxx
TColStd_SequenceOfExtendedString.hxx
TColStd_SequenceOfHExtendedString.hxx
TColStd_SequenceOfTransient.hxx
TColStd_SequenceOfAddress.hxx
TColStd_SequenceOfBoolean.hxx
TColStd_HSequenceOfInteger.hxx
TColStd_HSequenceOfReal.hxx
TColStd_HSequenceOfAsciiString.hxx
TColStd_HSequenceOfHAsciiString.hxx
TColStd_HSequenceOfExtendedString.hxx
TColStd_HSequenceOfHExtendedString.hxx
TColStd_HSequenceOfTransient.hxx
TColStd_ListOfInteger.hxx
TColStd_ListIteratorOfListOfInteger.hxx
TColStd_ListOfReal.hxx
TColStd_ListIteratorOfListOfReal.hxx
TColStd_ListOfTransient.hxx
TColStd_ListIteratorOfListOfTransient.hxx
TColStd_ListOfAsciiString.hxx
TColStd_ListIteratorOfListOfAsciiString.hxx
TColStd_MapIntegerHasher.hxx
TColStd_MapRealHasher.hxx
TColStd_MapTransientHasher.hxx
TColStd_MapOfInteger.hxx
TColStd_MapIteratorOfMapOfInteger.hxx
TColStd_MapOfReal.hxx
TColStd_MapIteratorOfMapOfReal.hxx
TColStd_MapOfTransient.hxx
TColStd_MapIteratorOfMapOfTransient.hxx
TColStd_MapOfAsciiString.hxx
TColStd_MapIteratorOfMapOfAsciiString.hxx
TColStd_IndexedMapOfInteger.hxx
TColStd_IndexedMapOfReal.hxx
TColStd_IndexedMapOfTransient.hxx
TColStd_IndexedDataMapOfTransientTransient.hxx
TColStd_DataMapOfIntegerReal.hxx
TColStd_DataMapIteratorOfDataMapOfIntegerReal.hxx
TColStd_DataMapOfIntegerInteger.hxx
TColStd_DataMapIteratorOfDataMapOfIntegerInteger.hxx
TColStd_DataMapOfIntegerListOfInteger.hxx
TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger.hxx
TColStd_DataMapOfTransientTransient.hxx
TColStd_DataMapIteratorOfDataMapOfTransientTransient.hxx
TColStd_DataMapOfAsciiStringInteger.hxx
TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger.hxx
TColStd_DataMapOfIntegerTransient.hxx
TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx
TColStd_DataMapOfStringInteger.hxx
TColStd_DataMapIteratorOfDataMapOfStringInteger.hxx
TColStd_Array1OfListOfInteger.hxx
TColStd_HArray1OfListOfInteger.hxx

View File

@@ -29,202 +29,141 @@ is
class HPackedMapOfInteger;
class Array1OfInteger instantiates
Array1 from TCollection (Integer);
class Array1OfReal instantiates
Array1 from TCollection (Real);
class Array1OfCharacter instantiates
Array1 from TCollection (Character);
class Array1OfBoolean instantiates
Array1 from TCollection (Boolean);
class Array1OfAsciiString instantiates
Array1 from TCollection (AsciiString from TCollection);
class Array1OfExtendedString instantiates
Array1 from TCollection (ExtendedString from TCollection);
class Array1OfTransient instantiates
Array1 from TCollection (Transient );
class Array1OfByte instantiates
Array1 from TCollection (Byte);
imported Array1OfInteger;
imported Array1OfReal;
imported Array1OfCharacter;
imported Array1OfBoolean;
imported Array1OfAsciiString;
imported Array1OfExtendedString;
imported Array1OfTransient;
imported Array1OfByte;
class HArray1OfInteger instantiates
HArray1 from TCollection (Integer,
Array1OfInteger from TColStd);
class HArray1OfReal instantiates
HArray1 from TCollection (Real,
Array1OfReal from TColStd);
class HArray1OfCharacter instantiates
HArray1 from TCollection (Character,
Array1OfCharacter from TColStd);
class HArray1OfBoolean instantiates
HArray1 from TCollection (Boolean,
Array1OfBoolean from TColStd);
class HArray1OfAsciiString instantiates
HArray1 from TCollection (AsciiString from TCollection,
Array1OfAsciiString from TColStd);
class HArray1OfExtendedString instantiates
HArray1 from TCollection (ExtendedString from TCollection,
Array1OfExtendedString from TColStd);
class HArray1OfTransient instantiates
HArray1 from TCollection (Transient,
Array1OfTransient from TColStd );
class HArray1OfByte instantiates
HArray1 from TCollection (Byte,
Array1OfByte from TColStd);
imported transient class HArray1OfInteger;
imported transient class HArray1OfReal;
imported transient class HArray1OfCharacter;
imported transient class HArray1OfBoolean;
imported transient class HArray1OfAsciiString;
imported transient class HArray1OfExtendedString;
imported transient class HArray1OfTransient;
imported transient class HArray1OfByte;
class Array2OfInteger instantiates
Array2 from TCollection (Integer);
class Array2OfReal instantiates
Array2 from TCollection (Real);
class Array2OfCharacter instantiates
Array2 from TCollection (Character);
class Array2OfBoolean instantiates
Array2 from TCollection (Boolean);
class Array2OfTransient instantiates
Array2 from TCollection (Transient);
imported Array2OfInteger;
imported Array2OfReal;
imported Array2OfCharacter;
imported Array2OfBoolean;
imported Array2OfTransient;
class HArray2OfInteger instantiates
HArray2 from TCollection (Integer,
Array2OfInteger from TColStd);
class HArray2OfReal instantiates
HArray2 from TCollection (Real,
Array2OfReal from TColStd);
class HArray2OfCharacter instantiates
HArray2 from TCollection (Character,
Array2OfCharacter from TColStd);
class HArray2OfBoolean instantiates
HArray2 from TCollection (Boolean,
Array2OfBoolean from TColStd);
class HArray2OfTransient instantiates
HArray2 from TCollection (Transient,
Array2OfTransient from TColStd);
imported transient class HArray2OfInteger;
imported transient class HArray2OfReal;
imported transient class HArray2OfCharacter;
imported transient class HArray2OfBoolean;
imported transient class HArray2OfTransient;
class SequenceOfInteger instantiates
Sequence from TCollection (Integer);
class SequenceOfReal instantiates
Sequence from TCollection (Real);
class SequenceOfAsciiString instantiates
Sequence from TCollection (AsciiString from TCollection);
class SequenceOfHAsciiString instantiates
Sequence from TCollection (HAsciiString from TCollection);
class SequenceOfExtendedString instantiates
Sequence from TCollection (ExtendedString from TCollection);
class SequenceOfHExtendedString instantiates
Sequence from TCollection (HExtendedString from TCollection);
class SequenceOfTransient instantiates
Sequence from TCollection (Transient);
class SequenceOfAddress instantiates
Sequence from TCollection (Address);
class SequenceOfBoolean instantiates
Sequence from TCollection (Boolean);
imported SequenceOfInteger;
imported SequenceOfReal;
imported SequenceOfAsciiString;
imported SequenceOfHAsciiString;
imported SequenceOfExtendedString;
imported SequenceOfHExtendedString;
imported SequenceOfTransient;
imported SequenceOfAddress;
imported SequenceOfBoolean;
class HSequenceOfInteger instantiates
HSequence from TCollection (Integer,
SequenceOfInteger from TColStd);
class HSequenceOfReal instantiates
HSequence from TCollection (Real,
SequenceOfReal from TColStd);
class HSequenceOfAsciiString instantiates
HSequence from TCollection (AsciiString from TCollection,
SequenceOfAsciiString from TColStd);
class HSequenceOfHAsciiString instantiates
HSequence from TCollection (HAsciiString from TCollection,
SequenceOfHAsciiString from TColStd);
class HSequenceOfExtendedString instantiates
HSequence from TCollection (ExtendedString from TCollection,
SequenceOfExtendedString from TColStd);
class HSequenceOfHExtendedString instantiates
HSequence from TCollection (HExtendedString from TCollection,
SequenceOfHExtendedString from TColStd);
class HSequenceOfTransient instantiates
HSequence from TCollection (Transient,
SequenceOfTransient from TColStd);
imported transient class HSequenceOfInteger;
imported transient class HSequenceOfReal;
imported transient class HSequenceOfAsciiString;
imported transient class HSequenceOfHAsciiString;
imported transient class HSequenceOfExtendedString;
imported transient class HSequenceOfHExtendedString;
imported transient class HSequenceOfTransient;
--
-- Instantiations List (Integer,Real,Transient)
-- ********************************************
--
class ListOfInteger instantiates List from TCollection(Integer );
class ListOfReal instantiates List from TCollection(Real );
class ListOfTransient instantiates List from TCollection(Transient);
class ListOfAsciiString instantiates List from TCollection(AsciiString from TCollection);
imported ListOfInteger;
imported ListIteratorOfListOfInteger;
imported ListOfReal;
imported ListIteratorOfListOfReal;
imported ListOfTransient;
imported ListIteratorOfListOfTransient;
imported ListOfAsciiString;
imported ListIteratorOfListOfAsciiString;
--
-- Instantiations MapHasher (Integer,Real, Transient, Persistent)
-- **************************************************************
--
class MapIntegerHasher instantiates MapHasher from TCollection(Integer);
class MapRealHasher instantiates MapHasher from TCollection(Real);
class MapTransientHasher instantiates MapHasher from TCollection(Transient);
imported MapIntegerHasher;
imported MapRealHasher;
imported MapTransientHasher;
-- Instantiations Map (Integer, Real, Transient, Persistent)
-- *********************************************************
--
class MapOfInteger instantiates
Map from TCollection(Integer,MapIntegerHasher);
class MapOfReal instantiates
Map from TCollection(Real,MapRealHasher);
class MapOfTransient instantiates
Map from TCollection(Transient,MapTransientHasher);
class MapOfAsciiString instantiates
Map from TCollection(AsciiString from TCollection,AsciiString from TCollection);
imported MapOfInteger;
imported MapIteratorOfMapOfInteger;
imported MapOfReal;
imported MapIteratorOfMapOfReal;
imported MapOfTransient;
imported MapIteratorOfMapOfTransient;
imported MapOfAsciiString;
imported MapIteratorOfMapOfAsciiString;
--
-- Instantiations IndexedMap (Integer, Real, Transient, Persistent)
-- ****************************************************************
--
class IndexedMapOfInteger instantiates
IndexedMap from TCollection(Integer,MapIntegerHasher);
class IndexedMapOfReal instantiates
IndexedMap from TCollection(Real,MapRealHasher);
class IndexedMapOfTransient instantiates
IndexedMap from TCollection(Transient,MapTransientHasher);
imported IndexedMapOfInteger;
imported IndexedMapOfReal;
imported IndexedMapOfTransient;
class IndexedDataMapOfTransientTransient instantiates
IndexedDataMap from TCollection(Transient,
Transient,
MapTransientHasher);
imported IndexedDataMapOfTransientTransient;
--
-- Instantiations DataMap
-- **********************
--
class DataMapOfIntegerReal instantiates
DataMap from TCollection(Integer,Real,MapIntegerHasher);
imported DataMapOfIntegerReal;
imported DataMapIteratorOfDataMapOfIntegerReal;
class DataMapOfIntegerInteger instantiates
DataMap from TCollection(Integer,Integer,MapIntegerHasher);
imported DataMapOfIntegerInteger;
class DataMapOfIntegerListOfInteger instantiates
DataMap from TCollection(Integer,ListOfInteger from TColStd,MapIntegerHasher);
imported DataMapIteratorOfDataMapOfIntegerInteger;
class DataMapOfTransientTransient instantiates
DataMap from TCollection(Transient,Transient,MapTransientHasher);
imported DataMapOfIntegerListOfInteger;
class DataMapOfAsciiStringInteger instantiates
DataMap from TCollection(AsciiString from TCollection,Integer,AsciiString from TCollection);
imported DataMapIteratorOfDataMapOfIntegerListOfInteger;
class DataMapOfIntegerTransient instantiates
DataMap from TCollection(Integer,Transient,MapIntegerHasher);
imported DataMapOfTransientTransient;
class DataMapOfStringInteger instantiates
DataMap from TCollection(ExtendedString from TCollection,Integer,ExtendedString from TCollection);
imported DataMapIteratorOfDataMapOfTransientTransient;
imported DataMapOfAsciiStringInteger;
imported DataMapIteratorOfDataMapOfAsciiStringInteger;
imported DataMapOfIntegerTransient;
imported DataMapIteratorOfDataMapOfIntegerTransient;
imported DataMapOfStringInteger;
imported DataMapIteratorOfDataMapOfStringInteger;
--
-- Arrays of lists...
-- ******************
--
class Array1OfListOfInteger instantiates
Array1 from TCollection (ListOfInteger from TColStd);
imported Array1OfListOfInteger;
class HArray1OfListOfInteger instantiates
HArray1 from TCollection (ListOfInteger from TColStd,
Array1OfListOfInteger from TColStd);
imported transient class HArray1OfListOfInteger;
end TColStd;

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfAsciiString_HeaderFile
#define TColStd_Array1OfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<TCollection_AsciiString> TColStd_Array1OfAsciiString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfBoolean_HeaderFile
#define TColStd_Array1OfBoolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_Boolean> TColStd_Array1OfBoolean;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfByte_HeaderFile
#define TColStd_Array1OfByte_HeaderFile
#include <Standard_Byte.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_Byte> TColStd_Array1OfByte;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfCharacter_HeaderFile
#define TColStd_Array1OfCharacter_HeaderFile
#include <Standard_Character.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_Character> TColStd_Array1OfCharacter;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfExtendedString_HeaderFile
#define TColStd_Array1OfExtendedString_HeaderFile
#include <TCollection_ExtendedString.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<TCollection_ExtendedString> TColStd_Array1OfExtendedString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfInteger_HeaderFile
#define TColStd_Array1OfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_Integer> TColStd_Array1OfInteger;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfListOfInteger_HeaderFile
#define TColStd_Array1OfListOfInteger_HeaderFile
#include <TColStd_ListOfInteger.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<TColStd_ListOfInteger> TColStd_Array1OfListOfInteger;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfReal_HeaderFile
#define TColStd_Array1OfReal_HeaderFile
#include <Standard_Real.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_Real> TColStd_Array1OfReal;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array1OfTransient_HeaderFile
#define TColStd_Array1OfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Handle(Standard_Transient)> TColStd_Array1OfTransient;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array2OfBoolean_HeaderFile
#define TColStd_Array2OfBoolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Standard_Boolean> TColStd_Array2OfBoolean;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array2OfCharacter_HeaderFile
#define TColStd_Array2OfCharacter_HeaderFile
#include <Standard_Character.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Standard_Character> TColStd_Array2OfCharacter;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array2OfInteger_HeaderFile
#define TColStd_Array2OfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Standard_Integer> TColStd_Array2OfInteger;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array2OfReal_HeaderFile
#define TColStd_Array2OfReal_HeaderFile
#include <Standard_Real.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Standard_Real> TColStd_Array2OfReal;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_Array2OfTransient_HeaderFile
#define TColStd_Array2OfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Handle(Standard_Transient)> TColStd_Array2OfTransient;
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger_HeaderFile
#include <TColStd_DataMapOfAsciiStringInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfIntegerInteger_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfIntegerInteger_HeaderFile
#include <TColStd_DataMapOfIntegerInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger_HeaderFile
#include <TColStd_DataMapOfIntegerListOfInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfIntegerReal_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfIntegerReal_HeaderFile
#include <TColStd_DataMapOfIntegerReal.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfIntegerTransient_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfIntegerTransient_HeaderFile
#include <TColStd_DataMapOfIntegerTransient.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfStringInteger_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfStringInteger_HeaderFile
#include <TColStd_DataMapOfStringInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_DataMapIteratorOfDataMapOfTransientTransient_HeaderFile
#define TColStd_DataMapIteratorOfDataMapOfTransientTransient_HeaderFile
#include <TColStd_DataMapOfTransientTransient.hxx>
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfAsciiStringInteger_HeaderFile
#define TColStd_DataMapOfAsciiStringInteger_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <Standard_Integer.hxx>
#include <TCollection_AsciiString.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<TCollection_AsciiString,Standard_Integer,TCollection_AsciiString> TColStd_DataMapOfAsciiStringInteger;
typedef NCollection_DataMap<TCollection_AsciiString,Standard_Integer,TCollection_AsciiString>::Iterator TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfIntegerInteger_HeaderFile
#define TColStd_DataMapOfIntegerInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Integer.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Standard_Integer,Standard_Integer,TColStd_MapIntegerHasher> TColStd_DataMapOfIntegerInteger;
typedef NCollection_DataMap<Standard_Integer,Standard_Integer,TColStd_MapIntegerHasher>::Iterator TColStd_DataMapIteratorOfDataMapOfIntegerInteger;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfIntegerListOfInteger_HeaderFile
#define TColStd_DataMapOfIntegerListOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_ListOfInteger.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Standard_Integer,TColStd_ListOfInteger,TColStd_MapIntegerHasher> TColStd_DataMapOfIntegerListOfInteger;
typedef NCollection_DataMap<Standard_Integer,TColStd_ListOfInteger,TColStd_MapIntegerHasher>::Iterator TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfIntegerReal_HeaderFile
#define TColStd_DataMapOfIntegerReal_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Real.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Standard_Integer,Standard_Real,TColStd_MapIntegerHasher> TColStd_DataMapOfIntegerReal;
typedef NCollection_DataMap<Standard_Integer,Standard_Real,TColStd_MapIntegerHasher>::Iterator TColStd_DataMapIteratorOfDataMapOfIntegerReal;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfIntegerTransient_HeaderFile
#define TColStd_DataMapOfIntegerTransient_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Transient.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Standard_Integer,Handle(Standard_Transient),TColStd_MapIntegerHasher> TColStd_DataMapOfIntegerTransient;
typedef NCollection_DataMap<Standard_Integer,Handle(Standard_Transient),TColStd_MapIntegerHasher>::Iterator TColStd_DataMapIteratorOfDataMapOfIntegerTransient;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfStringInteger_HeaderFile
#define TColStd_DataMapOfStringInteger_HeaderFile
#include <TCollection_ExtendedString.hxx>
#include <Standard_Integer.hxx>
#include <TCollection_ExtendedString.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<TCollection_ExtendedString,Standard_Integer,TCollection_ExtendedString> TColStd_DataMapOfStringInteger;
typedef NCollection_DataMap<TCollection_ExtendedString,Standard_Integer,TCollection_ExtendedString>::Iterator TColStd_DataMapIteratorOfDataMapOfStringInteger;
#endif

View File

@@ -0,0 +1,27 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_DataMapOfTransientTransient_HeaderFile
#define TColStd_DataMapOfTransientTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <Standard_Transient.hxx>
#include <TColStd_MapTransientHasher.hxx>
#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Handle(Standard_Transient),Handle(Standard_Transient),TColStd_MapTransientHasher> TColStd_DataMapOfTransientTransient;
typedef NCollection_DataMap<Handle(Standard_Transient),Handle(Standard_Transient),TColStd_MapTransientHasher>::Iterator TColStd_DataMapIteratorOfDataMapOfTransientTransient;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfAsciiString_HeaderFile
#define TColStd_HArray1OfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <TColStd_Array1OfAsciiString.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfAsciiString, TColStd_Array1OfAsciiString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfBoolean_HeaderFile
#define TColStd_HArray1OfBoolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TColStd_Array1OfBoolean.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfBoolean, TColStd_Array1OfBoolean)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfByte_HeaderFile
#define TColStd_HArray1OfByte_HeaderFile
#include <Standard_Byte.hxx>
#include <TColStd_Array1OfByte.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfByte, TColStd_Array1OfByte)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfCharacter_HeaderFile
#define TColStd_HArray1OfCharacter_HeaderFile
#include <Standard_Character.hxx>
#include <TColStd_Array1OfCharacter.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfCharacter, TColStd_Array1OfCharacter)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfExtendedString_HeaderFile
#define TColStd_HArray1OfExtendedString_HeaderFile
#include <TCollection_ExtendedString.hxx>
#include <TColStd_Array1OfExtendedString.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfExtendedString, TColStd_Array1OfExtendedString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfInteger_HeaderFile
#define TColStd_HArray1OfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_Array1OfInteger.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfInteger, TColStd_Array1OfInteger)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfListOfInteger_HeaderFile
#define TColStd_HArray1OfListOfInteger_HeaderFile
#include <TColStd_ListOfInteger.hxx>
#include <TColStd_Array1OfListOfInteger.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfListOfInteger, TColStd_Array1OfListOfInteger)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfReal_HeaderFile
#define TColStd_HArray1OfReal_HeaderFile
#include <Standard_Real.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfReal, TColStd_Array1OfReal)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray1OfTransient_HeaderFile
#define TColStd_HArray1OfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <TColStd_Array1OfTransient.hxx>
#include <NCollection_DefineHArray1.hxx>
DEFINE_HARRAY1(TColStd_HArray1OfTransient, TColStd_Array1OfTransient)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray2OfBoolean_HeaderFile
#define TColStd_HArray2OfBoolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TColStd_Array2OfBoolean.hxx>
#include <NCollection_DefineHArray2.hxx>
DEFINE_HARRAY2(TColStd_HArray2OfBoolean, TColStd_Array2OfBoolean)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray2OfCharacter_HeaderFile
#define TColStd_HArray2OfCharacter_HeaderFile
#include <Standard_Character.hxx>
#include <TColStd_Array2OfCharacter.hxx>
#include <NCollection_DefineHArray2.hxx>
DEFINE_HARRAY2(TColStd_HArray2OfCharacter, TColStd_Array2OfCharacter)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray2OfInteger_HeaderFile
#define TColStd_HArray2OfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_Array2OfInteger.hxx>
#include <NCollection_DefineHArray2.hxx>
DEFINE_HARRAY2(TColStd_HArray2OfInteger, TColStd_Array2OfInteger)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray2OfReal_HeaderFile
#define TColStd_HArray2OfReal_HeaderFile
#include <Standard_Real.hxx>
#include <TColStd_Array2OfReal.hxx>
#include <NCollection_DefineHArray2.hxx>
DEFINE_HARRAY2(TColStd_HArray2OfReal, TColStd_Array2OfReal)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HArray2OfTransient_HeaderFile
#define TColStd_HArray2OfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <TColStd_Array2OfTransient.hxx>
#include <NCollection_DefineHArray2.hxx>
DEFINE_HARRAY2(TColStd_HArray2OfTransient, TColStd_Array2OfTransient)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfAsciiString_HeaderFile
#define TColStd_HSequenceOfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <TColStd_SequenceOfAsciiString.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfAsciiString, TColStd_SequenceOfAsciiString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfExtendedString_HeaderFile
#define TColStd_HSequenceOfExtendedString_HeaderFile
#include <TCollection_ExtendedString.hxx>
#include <TColStd_SequenceOfExtendedString.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfExtendedString, TColStd_SequenceOfExtendedString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfHAsciiString_HeaderFile
#define TColStd_HSequenceOfHAsciiString_HeaderFile
#include <TCollection_HAsciiString.hxx>
#include <TColStd_SequenceOfHAsciiString.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfHAsciiString, TColStd_SequenceOfHAsciiString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfHExtendedString_HeaderFile
#define TColStd_HSequenceOfHExtendedString_HeaderFile
#include <TCollection_HExtendedString.hxx>
#include <TColStd_SequenceOfHExtendedString.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfHExtendedString, TColStd_SequenceOfHExtendedString)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfInteger_HeaderFile
#define TColStd_HSequenceOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_SequenceOfInteger.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfInteger, TColStd_SequenceOfInteger)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfReal_HeaderFile
#define TColStd_HSequenceOfReal_HeaderFile
#include <Standard_Real.hxx>
#include <TColStd_SequenceOfReal.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfReal, TColStd_SequenceOfReal)
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_HSequenceOfTransient_HeaderFile
#define TColStd_HSequenceOfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <TColStd_SequenceOfTransient.hxx>
#include <NCollection_DefineHSequence.hxx>
DEFINE_HSEQUENCE(TColStd_HSequenceOfTransient, TColStd_SequenceOfTransient)
#endif

View File

@@ -0,0 +1,26 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_IndexedDataMapOfTransientTransient_HeaderFile
#define TColStd_IndexedDataMapOfTransientTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <Standard_Transient.hxx>
#include <TColStd_MapTransientHasher.hxx>
#include <NCollection_IndexedDataMap.hxx>
typedef NCollection_IndexedDataMap<Handle(Standard_Transient),Handle(Standard_Transient),TColStd_MapTransientHasher> TColStd_IndexedDataMapOfTransientTransient;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_IndexedMapOfInteger_HeaderFile
#define TColStd_IndexedMapOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_IndexedMap.hxx>
typedef NCollection_IndexedMap<Standard_Integer,TColStd_MapIntegerHasher> TColStd_IndexedMapOfInteger;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_IndexedMapOfReal_HeaderFile
#define TColStd_IndexedMapOfReal_HeaderFile
#include <Standard_Real.hxx>
#include <TColStd_MapRealHasher.hxx>
#include <NCollection_IndexedMap.hxx>
typedef NCollection_IndexedMap<Standard_Real,TColStd_MapRealHasher> TColStd_IndexedMapOfReal;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_IndexedMapOfTransient_HeaderFile
#define TColStd_IndexedMapOfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <TColStd_MapTransientHasher.hxx>
#include <NCollection_IndexedMap.hxx>
typedef NCollection_IndexedMap<Handle(Standard_Transient),TColStd_MapTransientHasher> TColStd_IndexedMapOfTransient;
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_ListIteratorOfListOfAsciiString_HeaderFile
#define TColStd_ListIteratorOfListOfAsciiString_HeaderFile
#include <TColStd_ListOfAsciiString.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_ListIteratorOfListOfInteger_HeaderFile
#define TColStd_ListIteratorOfListOfInteger_HeaderFile
#include <TColStd_ListOfInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_ListIteratorOfListOfReal_HeaderFile
#define TColStd_ListIteratorOfListOfReal_HeaderFile
#include <TColStd_ListOfReal.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_ListIteratorOfListOfTransient_HeaderFile
#define TColStd_ListIteratorOfListOfTransient_HeaderFile
#include <TColStd_ListOfTransient.hxx>
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_ListOfAsciiString_HeaderFile
#define TColStd_ListOfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <NCollection_List.hxx>
typedef NCollection_List<TCollection_AsciiString> TColStd_ListOfAsciiString;
typedef NCollection_List<TCollection_AsciiString>::Iterator TColStd_ListIteratorOfListOfAsciiString;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_ListOfInteger_HeaderFile
#define TColStd_ListOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <NCollection_List.hxx>
typedef NCollection_List<Standard_Integer> TColStd_ListOfInteger;
typedef NCollection_List<Standard_Integer>::Iterator TColStd_ListIteratorOfListOfInteger;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_ListOfReal_HeaderFile
#define TColStd_ListOfReal_HeaderFile
#include <Standard_Real.hxx>
#include <NCollection_List.hxx>
typedef NCollection_List<Standard_Real> TColStd_ListOfReal;
typedef NCollection_List<Standard_Real>::Iterator TColStd_ListIteratorOfListOfReal;
#endif

View File

@@ -0,0 +1,25 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_ListOfTransient_HeaderFile
#define TColStd_ListOfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <NCollection_List.hxx>
typedef NCollection_List<Handle(Standard_Transient)> TColStd_ListOfTransient;
typedef NCollection_List<Handle(Standard_Transient)>::Iterator TColStd_ListIteratorOfListOfTransient;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapIntegerHasher_HeaderFile
#define TColStd_MapIntegerHasher_HeaderFile
#include <Standard_Integer.hxx>
#include <NCollection_DefaultHasher.hxx>
typedef NCollection_DefaultHasher<Standard_Integer> TColStd_MapIntegerHasher;
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_MapIteratorOfMapOfAsciiString_HeaderFile
#define TColStd_MapIteratorOfMapOfAsciiString_HeaderFile
#include <TColStd_MapOfAsciiString.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_MapIteratorOfMapOfInteger_HeaderFile
#define TColStd_MapIteratorOfMapOfInteger_HeaderFile
#include <TColStd_MapOfInteger.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_MapIteratorOfMapOfReal_HeaderFile
#define TColStd_MapIteratorOfMapOfReal_HeaderFile
#include <TColStd_MapOfReal.hxx>
#endif

View File

@@ -0,0 +1,8 @@
#ifndef TColStd_MapIteratorOfMapOfTransient_HeaderFile
#define TColStd_MapIteratorOfMapOfTransient_HeaderFile
#include <TColStd_MapOfTransient.hxx>
#endif

View File

@@ -0,0 +1,26 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapOfAsciiString_HeaderFile
#define TColStd_MapOfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <TCollection_AsciiString.hxx>
#include <NCollection_Map.hxx>
typedef NCollection_Map<TCollection_AsciiString,TCollection_AsciiString> TColStd_MapOfAsciiString;
typedef NCollection_Map<TCollection_AsciiString,TCollection_AsciiString>::Iterator TColStd_MapIteratorOfMapOfAsciiString;
#endif

View File

@@ -0,0 +1,26 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapOfInteger_HeaderFile
#define TColStd_MapOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <TColStd_MapIntegerHasher.hxx>
#include <NCollection_Map.hxx>
typedef NCollection_Map<Standard_Integer,TColStd_MapIntegerHasher> TColStd_MapOfInteger;
typedef NCollection_Map<Standard_Integer,TColStd_MapIntegerHasher>::Iterator TColStd_MapIteratorOfMapOfInteger;
#endif

View File

@@ -0,0 +1,26 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapOfReal_HeaderFile
#define TColStd_MapOfReal_HeaderFile
#include <Standard_Real.hxx>
#include <TColStd_MapRealHasher.hxx>
#include <NCollection_Map.hxx>
typedef NCollection_Map<Standard_Real,TColStd_MapRealHasher> TColStd_MapOfReal;
typedef NCollection_Map<Standard_Real,TColStd_MapRealHasher>::Iterator TColStd_MapIteratorOfMapOfReal;
#endif

View File

@@ -0,0 +1,26 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapOfTransient_HeaderFile
#define TColStd_MapOfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <TColStd_MapTransientHasher.hxx>
#include <NCollection_Map.hxx>
typedef NCollection_Map<Handle(Standard_Transient),TColStd_MapTransientHasher> TColStd_MapOfTransient;
typedef NCollection_Map<Handle(Standard_Transient),TColStd_MapTransientHasher>::Iterator TColStd_MapIteratorOfMapOfTransient;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapRealHasher_HeaderFile
#define TColStd_MapRealHasher_HeaderFile
#include <Standard_Real.hxx>
#include <NCollection_DefaultHasher.hxx>
typedef NCollection_DefaultHasher<Standard_Real> TColStd_MapRealHasher;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_MapTransientHasher_HeaderFile
#define TColStd_MapTransientHasher_HeaderFile
#include <Standard_Transient.hxx>
#include <NCollection_DefaultHasher.hxx>
typedef NCollection_DefaultHasher<Handle(Standard_Transient)> TColStd_MapTransientHasher;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfAddress_HeaderFile
#define TColStd_SequenceOfAddress_HeaderFile
#include <Standard_Address.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Standard_Address> TColStd_SequenceOfAddress;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfAsciiString_HeaderFile
#define TColStd_SequenceOfAsciiString_HeaderFile
#include <TCollection_AsciiString.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<TCollection_AsciiString> TColStd_SequenceOfAsciiString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfBoolean_HeaderFile
#define TColStd_SequenceOfBoolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Standard_Boolean> TColStd_SequenceOfBoolean;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfExtendedString_HeaderFile
#define TColStd_SequenceOfExtendedString_HeaderFile
#include <TCollection_ExtendedString.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<TCollection_ExtendedString> TColStd_SequenceOfExtendedString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfHAsciiString_HeaderFile
#define TColStd_SequenceOfHAsciiString_HeaderFile
#include <TCollection_HAsciiString.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Handle(TCollection_HAsciiString)> TColStd_SequenceOfHAsciiString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfHExtendedString_HeaderFile
#define TColStd_SequenceOfHExtendedString_HeaderFile
#include <TCollection_HExtendedString.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Handle(TCollection_HExtendedString)> TColStd_SequenceOfHExtendedString;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfInteger_HeaderFile
#define TColStd_SequenceOfInteger_HeaderFile
#include <Standard_Integer.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Standard_Integer> TColStd_SequenceOfInteger;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfReal_HeaderFile
#define TColStd_SequenceOfReal_HeaderFile
#include <Standard_Real.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Standard_Real> TColStd_SequenceOfReal;
#endif

View File

@@ -0,0 +1,24 @@
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef TColStd_SequenceOfTransient_HeaderFile
#define TColStd_SequenceOfTransient_HeaderFile
#include <Standard_Transient.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Handle(Standard_Transient)> TColStd_SequenceOfTransient;
#endif