Open CASCADE Technology 6.6.0
|
#include <Storage_SeqOfRoot.hxx>
Public Member Functions | |
Storage_SeqOfRoot () | |
void | Clear () |
~Storage_SeqOfRoot () | |
const Storage_SeqOfRoot & | Assign (const Storage_SeqOfRoot &Other) |
const Storage_SeqOfRoot & | operator= (const Storage_SeqOfRoot &Other) |
void | Append (const Handle< Storage_Root > &T) |
void | Append (Storage_SeqOfRoot &S) |
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) |
void | InsertAfter (const Standard_Integer Index, const Handle< Storage_Root > &T) |
void | InsertAfter (const Standard_Integer Index, Storage_SeqOfRoot &S) |
const Handle_Storage_Root & | First () const |
const Handle_Storage_Root & | Last () const |
void | Split (const Standard_Integer Index, Storage_SeqOfRoot &Sub) |
const Handle_Storage_Root & | Value (const Standard_Integer Index) const |
const Handle_Storage_Root & | operator() (const Standard_Integer Index) const |
void | SetValue (const Standard_Integer Index, const Handle< Storage_Root > &I) |
Handle_Storage_Root & | ChangeValue (const Standard_Integer Index) |
Handle_Storage_Root & | operator() (const Standard_Integer Index) |
void | Remove (const Standard_Integer Index) |
void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Storage_SeqOfRoot::Storage_SeqOfRoot | ( | ) |
Storage_SeqOfRoot::~Storage_SeqOfRoot | ( | ) | [inline] |
void Storage_SeqOfRoot::Append | ( | const Handle< Storage_Root > & | T | ) |
void Storage_SeqOfRoot::Append | ( | Storage_SeqOfRoot & | S | ) |
const Storage_SeqOfRoot& Storage_SeqOfRoot::Assign | ( | const Storage_SeqOfRoot & | Other | ) |
Handle_Storage_Root& Storage_SeqOfRoot::ChangeValue | ( | const Standard_Integer | Index | ) |
void Storage_SeqOfRoot::Clear | ( | ) |
const Handle_Storage_Root& Storage_SeqOfRoot::First | ( | ) | const |
void Storage_SeqOfRoot::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< Storage_Root > & | T | ||
) |
void Storage_SeqOfRoot::InsertAfter | ( | const Standard_Integer | Index, |
Storage_SeqOfRoot & | S | ||
) |
void Storage_SeqOfRoot::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< Storage_Root > & | T | ||
) |
void Storage_SeqOfRoot::InsertBefore | ( | const Standard_Integer | Index, |
Storage_SeqOfRoot & | S | ||
) |
const Handle_Storage_Root& Storage_SeqOfRoot::Last | ( | ) | const |
Handle_Storage_Root& Storage_SeqOfRoot::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Handle_Storage_Root& Storage_SeqOfRoot::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const Storage_SeqOfRoot& Storage_SeqOfRoot::operator= | ( | const Storage_SeqOfRoot & | Other | ) | [inline] |
void Storage_SeqOfRoot::Prepend | ( | const Handle< Storage_Root > & | T | ) |
void Storage_SeqOfRoot::Prepend | ( | Storage_SeqOfRoot & | S | ) |
void Storage_SeqOfRoot::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void Storage_SeqOfRoot::Remove | ( | const Standard_Integer | Index | ) |
void Storage_SeqOfRoot::SetValue | ( | const Standard_Integer | Index, |
const Handle< Storage_Root > & | I | ||
) |
void Storage_SeqOfRoot::Split | ( | const Standard_Integer | Index, |
Storage_SeqOfRoot & | Sub | ||
) |
const Handle_Storage_Root& Storage_SeqOfRoot::Value | ( | const Standard_Integer | Index | ) | const |