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

| void Units_TokensSequence::Append | ( | const Handle< Units_Token > & | anItem | ) |
| void Units_TokensSequence::Append | ( | const Handle< Units_TokensSequence > & | aSequence | ) |
| Handle_Units_Token& Units_TokensSequence::ChangeValue | ( | const Standard_Integer | anIndex | ) |
| 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_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 | anIndex | ) |
| void Units_TokensSequence::Remove | ( | const Standard_Integer | fromIndex, |
| const Standard_Integer | toIndex | ||
| ) |
| 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.8.0