0026850: Replace nested instantiations of TCollection generic classes by NCollection...
[occt.git] / src / Contap / Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx
1 // Created on: 1993-02-05
2 // Created by: Jacques GOUSSARD
3 // Copyright (c) 1993-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch_HeaderFile
18 #define _Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_Type.hxx>
22
23 #include <Contap_TheSegmentOfTheSearch.hxx>
24 #include <TCollection_SeqNode.hxx>
25 #include <TCollection_SeqNodePtr.hxx>
26 class Contap_TheSegmentOfTheSearch;
27 class Contap_SequenceOfSegmentOfTheSearch;
28
29
30 class Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch;
31 DEFINE_STANDARD_HANDLE(Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch, TCollection_SeqNode)
32
33
34 class Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch : public TCollection_SeqNode
35 {
36
37 public:
38
39   
40     Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch(const Contap_TheSegmentOfTheSearch& I, const TCollection_SeqNodePtr& n, const TCollection_SeqNodePtr& p);
41   
42     Contap_TheSegmentOfTheSearch& Value() const;
43
44
45
46
47   DEFINE_STANDARD_RTTI(Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch,TCollection_SeqNode)
48
49 protected:
50
51
52
53
54 private:
55
56
57   Contap_TheSegmentOfTheSearch myValue;
58
59
60 };
61
62 #define SeqItem Contap_TheSegmentOfTheSearch
63 #define SeqItem_hxx <Contap_TheSegmentOfTheSearch.hxx>
64 #define TCollection_SequenceNode Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch
65 #define TCollection_SequenceNode_hxx <Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch.hxx>
66 #define Handle_TCollection_SequenceNode Handle(Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch)
67 #define TCollection_Sequence Contap_SequenceOfSegmentOfTheSearch
68 #define TCollection_Sequence_hxx <Contap_SequenceOfSegmentOfTheSearch.hxx>
69
70 #include <TCollection_SequenceNode.lxx>
71
72 #undef SeqItem
73 #undef SeqItem_hxx
74 #undef TCollection_SequenceNode
75 #undef TCollection_SequenceNode_hxx
76 #undef Handle_TCollection_SequenceNode
77 #undef TCollection_Sequence
78 #undef TCollection_Sequence_hxx
79
80
81
82
83 #endif // _Contap_SequenceNodeOfSequenceOfSegmentOfTheSearch_HeaderFile