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

#include <TColStd_SequenceOfInteger.hxx>

Inheritance diagram for TColStd_SequenceOfInteger:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC TColStd_SequenceOfInteger ()
void Clear ()
 ~TColStd_SequenceOfInteger ()
const TColStd_SequenceOfIntegerAssign (const TColStd_SequenceOfInteger &Other)
const TColStd_SequenceOfIntegeroperator= (const TColStd_SequenceOfInteger &Other)
void Append (const Standard_Integer &T)
void Append (TColStd_SequenceOfInteger &S)
void Prepend (const Standard_Integer &T)
void Prepend (TColStd_SequenceOfInteger &S)
void InsertBefore (const Standard_Integer Index, const Standard_Integer &T)
void InsertBefore (const Standard_Integer Index, TColStd_SequenceOfInteger &S)
void InsertAfter (const Standard_Integer Index, const Standard_Integer &T)
void InsertAfter (const Standard_Integer Index, TColStd_SequenceOfInteger &S)
const Standard_IntegerFirst () const
const Standard_IntegerLast () const
void Split (const Standard_Integer Index, TColStd_SequenceOfInteger &Sub)
const Standard_IntegerValue (const Standard_Integer Index) const
const Standard_Integeroperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Standard_Integer &I)
Standard_IntegerChangeValue (const Standard_Integer Index)
Standard_Integeroperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation


Member Function Documentation

const Standard_Integer& TColStd_SequenceOfInteger::operator() ( const Standard_Integer  Index) const [inline]
Standard_Integer& TColStd_SequenceOfInteger::operator() ( const Standard_Integer  Index) [inline]
const TColStd_SequenceOfInteger& TColStd_SequenceOfInteger::operator= ( const TColStd_SequenceOfInteger Other) [inline]

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