Open CASCADE Technology
6.5.4
|
#include <Storage_SeqOfPersistent.hxx>
Storage_SeqOfPersistent::~Storage_SeqOfPersistent | ( | ) | [inline] |
const Storage_SeqOfPersistent& Storage_SeqOfPersistent::Assign | ( | const Storage_SeqOfPersistent & | Other | ) |
Handle_Standard_Persistent& Storage_SeqOfPersistent::ChangeValue | ( | const Standard_Integer | Index | ) |
const Handle_Standard_Persistent& Storage_SeqOfPersistent::First | ( | ) | const |
void Storage_SeqOfPersistent::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< Standard_Persistent > & | T | ||
) |
void Storage_SeqOfPersistent::InsertAfter | ( | const Standard_Integer | Index, |
Storage_SeqOfPersistent & | S | ||
) |
void Storage_SeqOfPersistent::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< Standard_Persistent > & | T | ||
) |
void Storage_SeqOfPersistent::InsertBefore | ( | const Standard_Integer | Index, |
Storage_SeqOfPersistent & | S | ||
) |
const Handle_Standard_Persistent& Storage_SeqOfPersistent::Last | ( | ) | const |
const Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Storage_SeqOfPersistent& Storage_SeqOfPersistent::operator= | ( | const Storage_SeqOfPersistent & | Other | ) | [inline] |
void Storage_SeqOfPersistent::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void Storage_SeqOfPersistent::SetValue | ( | const Standard_Integer | Index, |
const Handle< Standard_Persistent > & | I | ||
) |
void Storage_SeqOfPersistent::Split | ( | const Standard_Integer | Index, |
Storage_SeqOfPersistent & | Sub | ||
) |
const Handle_Standard_Persistent& Storage_SeqOfPersistent::Value | ( | const Standard_Integer | Index | ) | const |