#include <Storage_HSeqOfPersistent.hxx>
Inheritance diagram for Storage_HSeqOfPersistent:
Public Member Functions | |
Storage_HSeqOfPersistent () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
Standard_EXPORT void | Clear () |
Standard_EXPORT void | Append (const Handle(Standard_Persistent)&anItem) |
Standard_EXPORT void | Append (const Handle(Storage_HSeqOfPersistent)&aSequence) |
Standard_EXPORT void | Prepend (const Handle(Standard_Persistent)&anItem) |
Standard_EXPORT void | Prepend (const Handle(Storage_HSeqOfPersistent)&aSequence) |
Standard_EXPORT void | Reverse () |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(Standard_Persistent)&anItem) |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(Storage_HSeqOfPersistent)&aSequence) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(Standard_Persistent)&anItem) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(Storage_HSeqOfPersistent)&aSequence) |
Standard_EXPORT void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Standard_EXPORT Handle_Storage_HSeqOfPersistent | Split (const Standard_Integer anIndex) |
Standard_EXPORT void | SetValue (const Standard_Integer anIndex, const Handle(Standard_Persistent)&anItem) |
Standard_EXPORT const Handle_Standard_Persistent & | Value (const Standard_Integer anIndex) const |
Standard_EXPORT Handle_Standard_Persistent & | ChangeValue (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
const Storage_SeqOfPersistent & | Sequence () const |
Storage_SeqOfPersistent & | ChangeSequence () |
Standard_EXPORT Handle_Storage_HSeqOfPersistent | ShallowCopy () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Storage_SeqOfPersistent | mySequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|