Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Interface_HSequenceOfCheck Class Reference

#include <Interface_HSequenceOfCheck.hxx>

Inheritance diagram for Interface_HSequenceOfCheck:
Inheritance graph
[legend]

Public Member Functions

 Interface_HSequenceOfCheck ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
void Clear ()
void Append (const Handle< Interface_Check > &anItem)
void Append (const Handle< Interface_HSequenceOfCheck > &aSequence)
void Prepend (const Handle< Interface_Check > &anItem)
void Prepend (const Handle< Interface_HSequenceOfCheck > &aSequence)
void Reverse ()
void InsertBefore (const Standard_Integer anIndex, const Handle< Interface_Check > &anItem)
void InsertBefore (const Standard_Integer anIndex, const Handle< Interface_HSequenceOfCheck > &aSequence)
void InsertAfter (const Standard_Integer anIndex, const Handle< Interface_Check > &anItem)
void InsertAfter (const Standard_Integer anIndex, const Handle< Interface_HSequenceOfCheck > &aSequence)
void Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex)
Handle_Interface_HSequenceOfCheck Split (const Standard_Integer anIndex)
void SetValue (const Standard_Integer anIndex, const Handle< Interface_Check > &anItem)
const Handle_Interface_Check & Value (const Standard_Integer anIndex) const
Handle_Interface_Check & ChangeValue (const Standard_Integer anIndex)
void Remove (const Standard_Integer anIndex)
void Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex)
const Interface_SequenceOfCheckSequence () const
Interface_SequenceOfCheckChangeSequence ()
Handle_Interface_HSequenceOfCheck ShallowCopy () const

Constructor & Destructor Documentation


Member Function Documentation

Handle_Interface_Check& Interface_HSequenceOfCheck::ChangeValue ( const Standard_Integer  anIndex)
Handle_Interface_HSequenceOfCheck Interface_HSequenceOfCheck::ShallowCopy ( ) const
Handle_Interface_HSequenceOfCheck Interface_HSequenceOfCheck::Split ( const Standard_Integer  anIndex)
const Handle_Interface_Check& Interface_HSequenceOfCheck::Value ( const Standard_Integer  anIndex) const

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