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