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

#include <TDF_LabelSequence.hxx>

Inheritance diagram for TDF_LabelSequence:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC TDF_LabelSequence ()
void Clear ()
 ~TDF_LabelSequence ()
const TDF_LabelSequenceAssign (const TDF_LabelSequence &Other)
const TDF_LabelSequenceoperator= (const TDF_LabelSequence &Other)
void Append (const TDF_Label &T)
void Append (TDF_LabelSequence &S)
void Prepend (const TDF_Label &T)
void Prepend (TDF_LabelSequence &S)
void InsertBefore (const Standard_Integer Index, const TDF_Label &T)
void InsertBefore (const Standard_Integer Index, TDF_LabelSequence &S)
void InsertAfter (const Standard_Integer Index, const TDF_Label &T)
void InsertAfter (const Standard_Integer Index, TDF_LabelSequence &S)
const TDF_LabelFirst () const
const TDF_LabelLast () const
void Split (const Standard_Integer Index, TDF_LabelSequence &Sub)
const TDF_LabelValue (const Standard_Integer Index) const
const TDF_Labeloperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const TDF_Label &I)
TDF_LabelChangeValue (const Standard_Integer Index)
TDF_Labeloperator() (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 TDF_Label& TDF_LabelSequence::operator() ( const Standard_Integer  Index) const [inline]
TDF_Label& TDF_LabelSequence::operator() ( const Standard_Integer  Index) [inline]
const TDF_LabelSequence& TDF_LabelSequence::operator= ( const TDF_LabelSequence Other) [inline]

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