mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-03 21:30:35 +05:00
53 lines
2.0 KiB
C++
53 lines
2.0 KiB
C++
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
//
|
|
// This library is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
// License as published by the Free Software Foundation; either
|
|
// version 2.1 of the License.
|
|
//
|
|
// This library is distributed in the hope that it will be useful
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
// Lesser General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
// License along with this library; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
//
|
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
#include <NMTDS_MapIteratorOfMapOfPassKey.hxx>
|
|
|
|
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
#include <Standard_NoSuchObject.hxx>
|
|
#endif
|
|
#ifndef _NMTDS_PassKey_HeaderFile
|
|
#include <NMTDS_PassKey.hxx>
|
|
#endif
|
|
#ifndef _NMTDS_PassKeyMapHasher_HeaderFile
|
|
#include <NMTDS_PassKeyMapHasher.hxx>
|
|
#endif
|
|
#ifndef _NMTDS_MapOfPassKey_HeaderFile
|
|
#include <NMTDS_MapOfPassKey.hxx>
|
|
#endif
|
|
#ifndef _NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
|
|
#include <NMTDS_StdMapNodeOfMapOfPassKey.hxx>
|
|
#endif
|
|
|
|
|
|
#define TheKey NMTDS_PassKey
|
|
#define TheKey_hxx <NMTDS_PassKey.hxx>
|
|
#define Hasher NMTDS_PassKeyMapHasher
|
|
#define Hasher_hxx <NMTDS_PassKeyMapHasher.hxx>
|
|
#define TCollection_StdMapNode NMTDS_StdMapNodeOfMapOfPassKey
|
|
#define TCollection_StdMapNode_hxx <NMTDS_StdMapNodeOfMapOfPassKey.hxx>
|
|
#define TCollection_MapIterator NMTDS_MapIteratorOfMapOfPassKey
|
|
#define TCollection_MapIterator_hxx <NMTDS_MapIteratorOfMapOfPassKey.hxx>
|
|
#define Handle_TCollection_StdMapNode Handle_NMTDS_StdMapNodeOfMapOfPassKey
|
|
#define TCollection_StdMapNode_Type_() NMTDS_StdMapNodeOfMapOfPassKey_Type_()
|
|
#define TCollection_Map NMTDS_MapOfPassKey
|
|
#define TCollection_Map_hxx <NMTDS_MapOfPassKey.hxx>
|
|
#include <TCollection_MapIterator.gxx>
|
|
|