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

| Interface_SequenceOfCheck::Interface_SequenceOfCheck | ( | ) |
| Interface_SequenceOfCheck::~Interface_SequenceOfCheck | ( | ) | [inline] |
| void Interface_SequenceOfCheck::Append | ( | const Handle< Interface_Check > & | T | ) |
| void Interface_SequenceOfCheck::Append | ( | Interface_SequenceOfCheck & | S | ) |
| const Interface_SequenceOfCheck& Interface_SequenceOfCheck::Assign | ( | const Interface_SequenceOfCheck & | Other | ) |
| Handle_Interface_Check& Interface_SequenceOfCheck::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Interface_SequenceOfCheck::Clear | ( | ) |
| const Handle_Interface_Check& Interface_SequenceOfCheck::First | ( | ) | const |
| void Interface_SequenceOfCheck::InsertAfter | ( | const Standard_Integer | Index, |
| const Handle< Interface_Check > & | T | ||
| ) |
| void Interface_SequenceOfCheck::InsertAfter | ( | const Standard_Integer | Index, |
| Interface_SequenceOfCheck & | S | ||
| ) |
| void Interface_SequenceOfCheck::InsertBefore | ( | const Standard_Integer | Index, |
| const Handle< Interface_Check > & | T | ||
| ) |
| void Interface_SequenceOfCheck::InsertBefore | ( | const Standard_Integer | Index, |
| Interface_SequenceOfCheck & | S | ||
| ) |
| const Handle_Interface_Check& Interface_SequenceOfCheck::Last | ( | ) | const |
| void Interface_SequenceOfCheck::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Interface_SequenceOfCheck::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Interface_SequenceOfCheck::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| Handle_Interface_Check& Interface_SequenceOfCheck::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Handle_Interface_Check& Interface_SequenceOfCheck::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const Interface_SequenceOfCheck& Interface_SequenceOfCheck::operator= | ( | const Interface_SequenceOfCheck & | Other | ) | [inline] |
| void Interface_SequenceOfCheck::Prepend | ( | Interface_SequenceOfCheck & | S | ) |
| void Interface_SequenceOfCheck::Prepend | ( | const Handle< Interface_Check > & | T | ) |
| void Interface_SequenceOfCheck::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void Interface_SequenceOfCheck::Remove | ( | const Standard_Integer | Index | ) |
| void Interface_SequenceOfCheck::SetValue | ( | const Standard_Integer | Index, |
| const Handle< Interface_Check > & | I | ||
| ) |
| void Interface_SequenceOfCheck::Split | ( | const Standard_Integer | Index, |
| Interface_SequenceOfCheck & | Sub | ||
| ) |
| const Handle_Interface_Check& Interface_SequenceOfCheck::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4