summaryrefslogtreecommitdiff
path: root/inc/PColStd_SeqNodeOfHSequenceOfInteger.hxx
blob: 3280bd06ef570563713d15ae85101c92dfe8abae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile
#define _PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile

#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile
#include <Handle_PColStd_SeqNodeOfHSequenceOfInteger.hxx>
#endif

#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_PColStd_SeqNodeOfHSequenceOfInteger_HeaderFile
#include <Handle_PColStd_SeqNodeOfHSequenceOfInteger.hxx>
#endif
#ifndef _PMMgt_PManaged_HeaderFile
#include <PMMgt_PManaged.hxx>
#endif
#ifndef _Handle_PColStd_HSequenceOfInteger_HeaderFile
#include <Handle_PColStd_HSequenceOfInteger.hxx>
#endif
class PColStd_HSequenceOfInteger;
class PColStd_SeqExplorerOfHSequenceOfInteger;


class PColStd_SeqNodeOfHSequenceOfInteger : public PMMgt_PManaged {

public:

  
  Standard_EXPORT   PColStd_SeqNodeOfHSequenceOfInteger(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheLast,const Standard_Integer& TheItem);
  
  Standard_EXPORT   PColStd_SeqNodeOfHSequenceOfInteger(const Standard_Integer& TheItem,const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheFirst);
  
  Standard_EXPORT   PColStd_SeqNodeOfHSequenceOfInteger(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ThePrevious,const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& TheNext,const Standard_Integer& TheItem);
  
  Standard_EXPORT     Standard_Integer Value() const;
  
  Standard_EXPORT     Handle_PColStd_SeqNodeOfHSequenceOfInteger Next() const;
  
  Standard_EXPORT     Handle_PColStd_SeqNodeOfHSequenceOfInteger Previous() const;
  
  Standard_EXPORT     void SetValue(const Standard_Integer& AnItem) ;
  
  Standard_EXPORT     void SetNext(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ANode) ;
  
  Standard_EXPORT     void SetPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& ANode) ;

  PColStd_SeqNodeOfHSequenceOfInteger( )
{
  
}
PColStd_SeqNodeOfHSequenceOfInteger(const Storage_stCONSTclCOM& a) : PMMgt_PManaged(a)
{
  
}
    Handle(PColStd_SeqNodeOfHSequenceOfInteger) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious() const { return MyPrevious; }
    void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& p) { MyPrevious = p; }
    Standard_Integer _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyItem() const { return MyItem; }
    void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyItem(const Standard_Integer p) { MyItem = p; }
    Handle(PColStd_SeqNodeOfHSequenceOfInteger) _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyNext() const { return MyNext; }
    void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyNext(const Handle(PColStd_SeqNodeOfHSequenceOfInteger)& p) { MyNext = p; }

friend class PColStd_HSequenceOfInteger;
friend class PColStd_SeqExplorerOfHSequenceOfInteger;


  DEFINE_STANDARD_RTTI(PColStd_SeqNodeOfHSequenceOfInteger)

protected:




private: 


Handle_PColStd_SeqNodeOfHSequenceOfInteger MyPrevious;
Standard_Integer MyItem;
Handle_PColStd_SeqNodeOfHSequenceOfInteger MyNext;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif