Open CASCADE Technology
6.5.4
|
#include <Storage_HSeqOfPersistent.hxx>
void Storage_HSeqOfPersistent::Append | ( | const Handle< Standard_Persistent > & | anItem | ) |
void Storage_HSeqOfPersistent::Append | ( | const Handle< Storage_HSeqOfPersistent > & | aSequence | ) |
Handle_Standard_Persistent& Storage_HSeqOfPersistent::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void Storage_HSeqOfPersistent::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void Storage_HSeqOfPersistent::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< Standard_Persistent > & | anItem | ||
) |
void Storage_HSeqOfPersistent::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< Storage_HSeqOfPersistent > & | aSequence | ||
) |
void Storage_HSeqOfPersistent::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< Standard_Persistent > & | anItem | ||
) |
void Storage_HSeqOfPersistent::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< Storage_HSeqOfPersistent > & | aSequence | ||
) |
void Storage_HSeqOfPersistent::Prepend | ( | const Handle< Standard_Persistent > & | anItem | ) |
void Storage_HSeqOfPersistent::Prepend | ( | const Handle< Storage_HSeqOfPersistent > & | aSequence | ) |
void Storage_HSeqOfPersistent::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void Storage_HSeqOfPersistent::SetValue | ( | const Standard_Integer | anIndex, |
const Handle< Standard_Persistent > & | anItem | ||
) |
Handle_Storage_HSeqOfPersistent Storage_HSeqOfPersistent::ShallowCopy | ( | ) | const |
Handle_Storage_HSeqOfPersistent Storage_HSeqOfPersistent::Split | ( | const Standard_Integer | anIndex | ) |
const Handle_Standard_Persistent& Storage_HSeqOfPersistent::Value | ( | const Standard_Integer | anIndex | ) | const |