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

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