Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
PColStd_SeqNodeOfHSequenceOfInteger Class Reference

#include <PColStd_SeqNodeOfHSequenceOfInteger.hxx>

Inheritance diagram for PColStd_SeqNodeOfHSequenceOfInteger:
Inheritance graph
[legend]

Public Member Functions

 PColStd_SeqNodeOfHSequenceOfInteger (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &TheLast, const Standard_Integer &TheItem)
 
 PColStd_SeqNodeOfHSequenceOfInteger (const Standard_Integer &TheItem, const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &TheFirst)
 
 PColStd_SeqNodeOfHSequenceOfInteger (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &ThePrevious, const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &TheNext, const Standard_Integer &TheItem)
 
Standard_Integer Value () const
 
Handle_PColStd_SeqNodeOfHSequenceOfInteger Next () const
 
Handle_PColStd_SeqNodeOfHSequenceOfInteger Previous () const
 
void SetValue (const Standard_Integer &AnItem)
 
void SetNext (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &ANode)
 
void SetPrevious (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &ANode)
 
 PColStd_SeqNodeOfHSequenceOfInteger ()
 
 PColStd_SeqNodeOfHSequenceOfInteger (const Storage_stCONSTclCOM &a)
 
Handle
< PColStd_SeqNodeOfHSequenceOfInteger
_CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious () const
 
void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &p)
 
Standard_Integer _CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyItem () const
 
void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyItem (const Standard_Integer p)
 
Handle
< PColStd_SeqNodeOfHSequenceOfInteger
_CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyNext () const
 
void _CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyNext (const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &p)
 
- Public Member Functions inherited from PMMgt_PManaged
 PMMgt_PManaged (const Storage_stCONSTclCOM &a)
 
- Public Member Functions inherited from Standard_Persistent
virtual Handle_Standard_Persistent This () const
 
virtual Handle_Standard_Persistent ShallowCopy () const
 
virtual void Delete () const
 
virtual ~Standard_Persistent ()
 
Standard_Persistentoperator= (const Standard_Persistent &)
 
 Standard_Persistent ()
 
 Standard_Persistent (const Standard_Persistent &)
 
 Standard_Persistent (const Storage_stCONSTclCOM &)
 
virtual const
Handle_Standard_Type & 
DynamicType () const
 
Standard_Boolean IsKind (const Handle_Standard_Type &) const
 
Standard_Boolean IsInstance (const Handle_Standard_Type &) const
 
virtual void ShallowDump (Standard_OStream &) const
 
virtual Handle_Standard_Persistent This () const
 
virtual Handle_Standard_Persistent ShallowCopy () const
 
virtual void Delete () const
 
virtual ~Standard_Persistent ()
 
Standard_Persistentoperator= (const Standard_Persistent &)
 
 Standard_Persistent ()
 
 Standard_Persistent (const Standard_Persistent &)
 
 Standard_Persistent (const Storage_stCONSTclCOM &)
 
virtual const
Handle_Standard_Type & 
DynamicType () const
 
Standard_Boolean IsKind (const Handle_Standard_Type &) const
 
Standard_Boolean IsInstance (const Handle_Standard_Type &) const
 
virtual void ShallowDump (Standard_OStream &) const
 

Additional Inherited Members

- Protected Member Functions inherited from PMMgt_PManaged
 PMMgt_PManaged ()
 
 Returns an instance. The storage of the given "size" is <br>

allocated by <StorageManager>.

Returns the storage of the given size to the <StorageManager>.
The application using "Delete" must guarantee that the
instance is not shared.

-C++: alias "void operator delete (void*, size_t);"
The virtual Destructor for the class "PManaged". This
declaration is necessary for the C++ compiler to
generate a call to "operator delete" with the real size
of the object.

-C+..+: alias "virtual ~PMMgt_PManaged();"
More...

 

Constructor & Destructor Documentation

PColStd_SeqNodeOfHSequenceOfInteger::PColStd_SeqNodeOfHSequenceOfInteger ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  TheLast,
const Standard_Integer TheItem 
)
PColStd_SeqNodeOfHSequenceOfInteger::PColStd_SeqNodeOfHSequenceOfInteger ( const Standard_Integer TheItem,
const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  TheFirst 
)
PColStd_SeqNodeOfHSequenceOfInteger::PColStd_SeqNodeOfHSequenceOfInteger ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  ThePrevious,
const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  TheNext,
const Standard_Integer TheItem 
)
PColStd_SeqNodeOfHSequenceOfInteger::PColStd_SeqNodeOfHSequenceOfInteger ( )
inline
PColStd_SeqNodeOfHSequenceOfInteger::PColStd_SeqNodeOfHSequenceOfInteger ( const Storage_stCONSTclCOM a)
inline

Member Function Documentation

Standard_Integer PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyItem ( ) const
inline
Handle< PColStd_SeqNodeOfHSequenceOfInteger > PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyNext ( ) const
inline
Handle< PColStd_SeqNodeOfHSequenceOfInteger > PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_GetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious ( ) const
inline
void PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyItem ( const Standard_Integer  p)
inline
void PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyNext ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  p)
inline
void PColStd_SeqNodeOfHSequenceOfInteger::_CSFDB_SetPColStd_SeqNodeOfHSequenceOfIntegerMyPrevious ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  p)
inline
Handle_PColStd_SeqNodeOfHSequenceOfInteger PColStd_SeqNodeOfHSequenceOfInteger::Next ( ) const
Handle_PColStd_SeqNodeOfHSequenceOfInteger PColStd_SeqNodeOfHSequenceOfInteger::Previous ( ) const
void PColStd_SeqNodeOfHSequenceOfInteger::SetNext ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  ANode)
void PColStd_SeqNodeOfHSequenceOfInteger::SetPrevious ( const Handle< PColStd_SeqNodeOfHSequenceOfInteger > &  ANode)
void PColStd_SeqNodeOfHSequenceOfInteger::SetValue ( const Standard_Integer AnItem)
Standard_Integer PColStd_SeqNodeOfHSequenceOfInteger::Value ( ) const

The documentation for this class was generated from the following file: