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

Public Member Functions | |
| MoniTool_HSequenceOfElement () | |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Length () const |
| void | Clear () |
| void | Append (const Handle< MoniTool_Element > &anItem) |
| void | Append (const Handle< MoniTool_HSequenceOfElement > &aSequence) |
| void | Prepend (const Handle< MoniTool_Element > &anItem) |
| void | Prepend (const Handle< MoniTool_HSequenceOfElement > &aSequence) |
| void | Reverse () |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< MoniTool_Element > &anItem) |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< MoniTool_HSequenceOfElement > &aSequence) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< MoniTool_Element > &anItem) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< MoniTool_HSequenceOfElement > &aSequence) |
| void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
| Handle_MoniTool_HSequenceOfElement | Split (const Standard_Integer anIndex) |
| void | SetValue (const Standard_Integer anIndex, const Handle< MoniTool_Element > &anItem) |
| const Handle_MoniTool_Element & | Value (const Standard_Integer anIndex) const |
| Handle_MoniTool_Element & | ChangeValue (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
| const MoniTool_SequenceOfElement & | Sequence () const |
| MoniTool_SequenceOfElement & | ChangeSequence () |
| Handle_MoniTool_HSequenceOfElement | ShallowCopy () const |
| MoniTool_HSequenceOfElement::MoniTool_HSequenceOfElement | ( | ) |
| void MoniTool_HSequenceOfElement::Append | ( | const Handle< MoniTool_Element > & | anItem | ) |
| void MoniTool_HSequenceOfElement::Append | ( | const Handle< MoniTool_HSequenceOfElement > & | aSequence | ) |
| MoniTool_SequenceOfElement& MoniTool_HSequenceOfElement::ChangeSequence | ( | ) |
| Handle_MoniTool_Element& MoniTool_HSequenceOfElement::ChangeValue | ( | const Standard_Integer | anIndex | ) |
| void MoniTool_HSequenceOfElement::Clear | ( | ) |
| void MoniTool_HSequenceOfElement::Exchange | ( | const Standard_Integer | anIndex, |
| const Standard_Integer | anOtherIndex | ||
| ) |
| void MoniTool_HSequenceOfElement::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< MoniTool_Element > & | anItem | ||
| ) |
| void MoniTool_HSequenceOfElement::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< MoniTool_HSequenceOfElement > & | aSequence | ||
| ) |
| void MoniTool_HSequenceOfElement::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< MoniTool_Element > & | anItem | ||
| ) |
| void MoniTool_HSequenceOfElement::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< MoniTool_HSequenceOfElement > & | aSequence | ||
| ) |
| Standard_Boolean MoniTool_HSequenceOfElement::IsEmpty | ( | ) | const |
| Standard_Integer MoniTool_HSequenceOfElement::Length | ( | ) | const |
| void MoniTool_HSequenceOfElement::Prepend | ( | const Handle< MoniTool_Element > & | anItem | ) |
| void MoniTool_HSequenceOfElement::Prepend | ( | const Handle< MoniTool_HSequenceOfElement > & | aSequence | ) |
| void MoniTool_HSequenceOfElement::Remove | ( | const Standard_Integer | fromIndex, |
| const Standard_Integer | toIndex | ||
| ) |
| void MoniTool_HSequenceOfElement::Remove | ( | const Standard_Integer | anIndex | ) |
| void MoniTool_HSequenceOfElement::Reverse | ( | ) |
| const MoniTool_SequenceOfElement& MoniTool_HSequenceOfElement::Sequence | ( | ) | const |
| void MoniTool_HSequenceOfElement::SetValue | ( | const Standard_Integer | anIndex, |
| const Handle< MoniTool_Element > & | anItem | ||
| ) |
| Handle_MoniTool_HSequenceOfElement MoniTool_HSequenceOfElement::ShallowCopy | ( | ) | const |
| Handle_MoniTool_HSequenceOfElement MoniTool_HSequenceOfElement::Split | ( | const Standard_Integer | anIndex | ) |
| const Handle_MoniTool_Element& MoniTool_HSequenceOfElement::Value | ( | const Standard_Integer | anIndex | ) | const |
1.7.4