#include <Storage_SeqOfRoot.hxx>
Inheritance diagram for Storage_SeqOfRoot:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Storage_SeqOfRoot () | |
Standard_EXPORT void | Clear () |
~Storage_SeqOfRoot () | |
Standard_EXPORT const Storage_SeqOfRoot & | Assign (const Storage_SeqOfRoot &Other) |
const Storage_SeqOfRoot & | operator= (const Storage_SeqOfRoot &Other) |
Standard_EXPORT void | Append (const Handle(Storage_Root)&T) |
void | Append (Storage_SeqOfRoot &S) |
Standard_EXPORT void | Prepend (const Handle(Storage_Root)&T) |
void | Prepend (Storage_SeqOfRoot &S) |
void | InsertBefore (const Standard_Integer Index, const Handle(Storage_Root)&T) |
void | InsertBefore (const Standard_Integer Index, Storage_SeqOfRoot &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const Handle(Storage_Root)&T) |
void | InsertAfter (const Standard_Integer Index, Storage_SeqOfRoot &S) |
Standard_EXPORT const Handle_Storage_Root & | First () const |
Standard_EXPORT const Handle_Storage_Root & | Last () const |
void | Split (const Standard_Integer Index, Storage_SeqOfRoot &Sub) |
Standard_EXPORT const Handle_Storage_Root & | Value (const Standard_Integer Index) const |
const Handle_Storage_Root & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Handle(Storage_Root)&I) |
Standard_EXPORT Handle_Storage_Root & | ChangeValue (const Standard_Integer Index) |
Handle_Storage_Root & | 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 | Storage_SeqOfRoot (const Storage_SeqOfRoot &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|