/src/contrib/geom-5.1.2.7/inc/NMTDS_ListNodeOfListOfPassKey.hxx

http://pythonocc.googlecode.com/ · C++ Header · 118 lines · 51 code · 30 blank · 37 comment · 0 complexity · 32880dc0275ea1172383c10816cb9d42 MD5 · raw file

  1. // Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
  2. //
  3. // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
  4. // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
  5. //
  6. // This library is free software; you can redistribute it and/or
  7. // modify it under the terms of the GNU Lesser General Public
  8. // License as published by the Free Software Foundation; either
  9. // version 2.1 of the License.
  10. //
  11. // This library is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. // Lesser General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Lesser General Public
  17. // License along with this library; if not, write to the Free Software
  18. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. //
  20. // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
  21. //
  22. #ifndef _NMTDS_ListNodeOfListOfPassKey_HeaderFile
  23. #define _NMTDS_ListNodeOfListOfPassKey_HeaderFile
  24. #ifndef _Standard_HeaderFile
  25. #include <Standard.hxx>
  26. #endif
  27. #ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
  28. #include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
  29. #endif
  30. #ifndef _NMTDS_PassKey_HeaderFile
  31. #include <NMTDS_PassKey.hxx>
  32. #endif
  33. #ifndef _TCollection_MapNode_HeaderFile
  34. #include <TCollection_MapNode.hxx>
  35. #endif
  36. #ifndef _TCollection_MapNodePtr_HeaderFile
  37. #include <TCollection_MapNodePtr.hxx>
  38. #endif
  39. class NMTDS_PassKey;
  40. class NMTDS_ListOfPassKey;
  41. class NMTDS_ListIteratorOfListOfPassKey;
  42. class NMTDS_ListNodeOfListOfPassKey : public TCollection_MapNode {
  43. public:
  44. // Methods PUBLIC
  45. //
  46. NMTDS_ListNodeOfListOfPassKey(const NMTDS_PassKey& I,const TCollection_MapNodePtr& n);
  47. NMTDS_PassKey& Value() const;
  48. //Standard_EXPORT ~NMTDS_ListNodeOfListOfPassKey();
  49. // Type management
  50. //
  51. Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
  52. //Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
  53. protected:
  54. // Methods PROTECTED
  55. //
  56. // Fields PROTECTED
  57. //
  58. private:
  59. // Methods PRIVATE
  60. //
  61. // Fields PRIVATE
  62. //
  63. NMTDS_PassKey myValue;
  64. };
  65. #define Item NMTDS_PassKey
  66. #define Item_hxx <NMTDS_PassKey.hxx>
  67. #define TCollection_ListNode NMTDS_ListNodeOfListOfPassKey
  68. #define TCollection_ListNode_hxx <NMTDS_ListNodeOfListOfPassKey.hxx>
  69. #define TCollection_ListIterator NMTDS_ListIteratorOfListOfPassKey
  70. #define TCollection_ListIterator_hxx <NMTDS_ListIteratorOfListOfPassKey.hxx>
  71. #define Handle_TCollection_ListNode Handle_NMTDS_ListNodeOfListOfPassKey
  72. #define TCollection_ListNode_Type_() NMTDS_ListNodeOfListOfPassKey_Type_()
  73. #define TCollection_List NMTDS_ListOfPassKey
  74. #define TCollection_List_hxx <NMTDS_ListOfPassKey.hxx>
  75. #include <TCollection_ListNode.lxx>
  76. #undef Item
  77. #undef Item_hxx
  78. #undef TCollection_ListNode
  79. #undef TCollection_ListNode_hxx
  80. #undef TCollection_ListIterator
  81. #undef TCollection_ListIterator_hxx
  82. #undef Handle_TCollection_ListNode
  83. #undef TCollection_ListNode_Type_
  84. #undef TCollection_List
  85. #undef TCollection_List_hxx
  86. // other Inline functions and methods (like "C++: function call" methods)
  87. //
  88. #endif