#include <TDF_LabelSequence.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
TDF_LabelSequence () | |
Standard_EXPORT void | Clear () |
~TDF_LabelSequence () | |
Standard_EXPORT const TDF_LabelSequence & | Assign (const TDF_LabelSequence &Other) |
const TDF_LabelSequence & | operator= (const TDF_LabelSequence &Other) |
Standard_EXPORT void | Append (const TDF_Label &T) |
void | Append (TDF_LabelSequence &S) |
Standard_EXPORT 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) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const TDF_Label &T) |
void | InsertAfter (const Standard_Integer Index, TDF_LabelSequence &S) |
Standard_EXPORT const TDF_Label & | First () const |
Standard_EXPORT const TDF_Label & | Last () const |
void | Split (const Standard_Integer Index, TDF_LabelSequence &Sub) |
Standard_EXPORT const TDF_Label & | Value (const Standard_Integer Index) const |
const TDF_Label & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const TDF_Label &I) |
Standard_EXPORT TDF_Label & | ChangeValue (const Standard_Integer Index) |
TDF_Label & | operator() (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Private Member Functions | |
Standard_EXPORT | TDF_LabelSequence (const TDF_LabelSequence &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|