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

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