Open CASCADE Technology
6.5.4
|
#include <Units_QtsSequence.hxx>
Units_QtsSequence::~Units_QtsSequence | ( | ) | [inline] |
void Units_QtsSequence::Append | ( | const Handle< Units_Quantity > & | T | ) |
Handle_Units_Quantity& Units_QtsSequence::ChangeValue | ( | const Standard_Integer | Index | ) |
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 |
const Handle_Units_Quantity& Units_QtsSequence::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Handle_Units_Quantity& Units_QtsSequence::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Units_QtsSequence& Units_QtsSequence::operator= | ( | const Units_QtsSequence & | Other | ) | [inline] |
void Units_QtsSequence::Prepend | ( | const Handle< Units_Quantity > & | T | ) |
void Units_QtsSequence::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
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 |