Open CASCADE Technology 6.6.0
Public Member Functions
PColStd_HSequenceOfPersistent Class Reference

#include <PColStd_HSequenceOfPersistent.hxx>

Inheritance diagram for PColStd_HSequenceOfPersistent:
Inheritance graph
[legend]

Public Member Functions

 PColStd_HSequenceOfPersistent ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
Handle_Standard_Persistent First () const
Handle_Standard_Persistent Last () const
void Clear ()
void Append (const Handle< Standard_Persistent > &T)
void Append (const Handle< PColStd_HSequenceOfPersistent > &S)
void Prepend (const Handle< Standard_Persistent > &T)
void Prepend (const Handle< PColStd_HSequenceOfPersistent > &S)
void Reverse ()
void InsertBefore (const Standard_Integer Index, const Handle< Standard_Persistent > &T)
void InsertBefore (const Standard_Integer Index, const Handle< PColStd_HSequenceOfPersistent > &S)
void InsertAfter (const Standard_Integer Index, const Handle< Standard_Persistent > &T)
void InsertAfter (const Standard_Integer Index, const Handle< PColStd_HSequenceOfPersistent > &S)
void Exchange (const Standard_Integer I, const Standard_Integer J)
Handle_PColStd_HSequenceOfPersistent SubSequence (const Standard_Integer FromIndex, const Standard_Integer ToIndex) const
Handle_PColStd_HSequenceOfPersistent Split (const Standard_Integer Index)
void SetValue (const Standard_Integer Index, const Handle< Standard_Persistent > &T)
Handle_Standard_Persistent Value (const Standard_Integer Index) const
Standard_Boolean Contains (const Handle< Standard_Persistent > &T) const
Standard_Integer Location (const Standard_Integer N, const Handle< Standard_Persistent > &T, const Standard_Integer FromIndex, const Standard_Integer ToIndex) const
Standard_Integer Location (const Standard_Integer N, const Handle< Standard_Persistent > &T) const
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)
virtual Handle_Standard_Persistent ShallowCopy () const
virtual void ShallowDump (Standard_OStream &s) const
void Destroy ()
 ~PColStd_HSequenceOfPersistent ()
 PColStd_HSequenceOfPersistent (const Storage_stCONSTclCOM &a)
Handle
< PColStd_SeqNodeOfHSequenceOfPersistent
_CSFDB_GetPColStd_HSequenceOfPersistentFirstItem () const
void _CSFDB_SetPColStd_HSequenceOfPersistentFirstItem (const Handle< PColStd_SeqNodeOfHSequenceOfPersistent > &p)
Handle
< PColStd_SeqNodeOfHSequenceOfPersistent
_CSFDB_GetPColStd_HSequenceOfPersistentLastItem () const
void _CSFDB_SetPColStd_HSequenceOfPersistentLastItem (const Handle< PColStd_SeqNodeOfHSequenceOfPersistent > &p)
Standard_Integer _CSFDB_GetPColStd_HSequenceOfPersistentSize () const
void _CSFDB_SetPColStd_HSequenceOfPersistentSize (const Standard_Integer p)

Constructor & Destructor Documentation

PColStd_HSequenceOfPersistent::PColStd_HSequenceOfPersistent ( )
PColStd_HSequenceOfPersistent::~PColStd_HSequenceOfPersistent ( ) [inline]
PColStd_HSequenceOfPersistent::PColStd_HSequenceOfPersistent ( const Storage_stCONSTclCOM a) [inline]

Member Function Documentation

Handle< PColStd_SeqNodeOfHSequenceOfPersistent > PColStd_HSequenceOfPersistent::_CSFDB_GetPColStd_HSequenceOfPersistentFirstItem ( ) const [inline]
Handle< PColStd_SeqNodeOfHSequenceOfPersistent > PColStd_HSequenceOfPersistent::_CSFDB_GetPColStd_HSequenceOfPersistentLastItem ( ) const [inline]
Standard_Integer PColStd_HSequenceOfPersistent::_CSFDB_GetPColStd_HSequenceOfPersistentSize ( ) const [inline]
void PColStd_HSequenceOfPersistent::_CSFDB_SetPColStd_HSequenceOfPersistentFirstItem ( const Handle< PColStd_SeqNodeOfHSequenceOfPersistent > &  p) [inline]
void PColStd_HSequenceOfPersistent::_CSFDB_SetPColStd_HSequenceOfPersistentLastItem ( const Handle< PColStd_SeqNodeOfHSequenceOfPersistent > &  p) [inline]
void PColStd_HSequenceOfPersistent::_CSFDB_SetPColStd_HSequenceOfPersistentSize ( const Standard_Integer  p) [inline]
void PColStd_HSequenceOfPersistent::Append ( const Handle< PColStd_HSequenceOfPersistent > &  S)
void PColStd_HSequenceOfPersistent::Append ( const Handle< Standard_Persistent > &  T)
void PColStd_HSequenceOfPersistent::Clear ( )
Standard_Boolean PColStd_HSequenceOfPersistent::Contains ( const Handle< Standard_Persistent > &  T) const
void PColStd_HSequenceOfPersistent::Destroy ( )
void PColStd_HSequenceOfPersistent::Exchange ( const Standard_Integer  I,
const Standard_Integer  J 
)
Handle_Standard_Persistent PColStd_HSequenceOfPersistent::First ( ) const
void PColStd_HSequenceOfPersistent::InsertAfter ( const Standard_Integer  Index,
const Handle< Standard_Persistent > &  T 
)
void PColStd_HSequenceOfPersistent::InsertAfter ( const Standard_Integer  Index,
const Handle< PColStd_HSequenceOfPersistent > &  S 
)
void PColStd_HSequenceOfPersistent::InsertBefore ( const Standard_Integer  Index,
const Handle< Standard_Persistent > &  T 
)
void PColStd_HSequenceOfPersistent::InsertBefore ( const Standard_Integer  Index,
const Handle< PColStd_HSequenceOfPersistent > &  S 
)
Standard_Boolean PColStd_HSequenceOfPersistent::IsEmpty ( ) const
Handle_Standard_Persistent PColStd_HSequenceOfPersistent::Last ( ) const
Standard_Integer PColStd_HSequenceOfPersistent::Length ( ) const
Standard_Integer PColStd_HSequenceOfPersistent::Location ( const Standard_Integer  N,
const Handle< Standard_Persistent > &  T,
const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
) const
Standard_Integer PColStd_HSequenceOfPersistent::Location ( const Standard_Integer  N,
const Handle< Standard_Persistent > &  T 
) const
void PColStd_HSequenceOfPersistent::Prepend ( const Handle< Standard_Persistent > &  T)
void PColStd_HSequenceOfPersistent::Prepend ( const Handle< PColStd_HSequenceOfPersistent > &  S)
void PColStd_HSequenceOfPersistent::Remove ( const Standard_Integer  Index)
void PColStd_HSequenceOfPersistent::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void PColStd_HSequenceOfPersistent::Reverse ( )
void PColStd_HSequenceOfPersistent::SetValue ( const Standard_Integer  Index,
const Handle< Standard_Persistent > &  T 
)
virtual Handle_Standard_Persistent PColStd_HSequenceOfPersistent::ShallowCopy ( ) const [virtual]

Reimplemented from Standard_Persistent.

virtual void PColStd_HSequenceOfPersistent::ShallowDump ( Standard_OStream s) const [virtual]

Reimplemented from Standard_Persistent.

Handle_PColStd_HSequenceOfPersistent PColStd_HSequenceOfPersistent::Split ( const Standard_Integer  Index)
Handle_PColStd_HSequenceOfPersistent PColStd_HSequenceOfPersistent::SubSequence ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
) const
Handle_Standard_Persistent PColStd_HSequenceOfPersistent::Value ( const Standard_Integer  Index) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines