|
Open CASCADE Technology 6.5.2
|
#include <Storage_SeqOfPersistent.hxx>

| Storage_SeqOfPersistent::Storage_SeqOfPersistent | ( | ) |
| Storage_SeqOfPersistent::~Storage_SeqOfPersistent | ( | ) | [inline] |
| void Storage_SeqOfPersistent::Append | ( | const Handle< Standard_Persistent > & | T | ) |
| void Storage_SeqOfPersistent::Append | ( | Storage_SeqOfPersistent & | S | ) |
| const Storage_SeqOfPersistent& Storage_SeqOfPersistent::Assign | ( | const Storage_SeqOfPersistent & | Other | ) |
| Handle_Standard_Persistent& Storage_SeqOfPersistent::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Storage_SeqOfPersistent::Clear | ( | ) |
| 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 |
| void Storage_SeqOfPersistent::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Storage_SeqOfPersistent::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Storage_SeqOfPersistent::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Handle_Standard_Persistent& Storage_SeqOfPersistent::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const Storage_SeqOfPersistent& Storage_SeqOfPersistent::operator= | ( | const Storage_SeqOfPersistent & | Other | ) | [inline] |
| void Storage_SeqOfPersistent::Prepend | ( | Storage_SeqOfPersistent & | S | ) |
| void Storage_SeqOfPersistent::Prepend | ( | const Handle< Standard_Persistent > & | T | ) |
| void Storage_SeqOfPersistent::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void Storage_SeqOfPersistent::Remove | ( | const Standard_Integer | Index | ) |
| 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 |
1.7.4