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