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

Public Member Functions | |
| Interface_ParamList (const Standard_Integer theIncrement=256) | |
| Creates an vector with size of memmory blok equal to theIncrement | |
| Standard_Integer | Length () const |
| Returns the number of elements of <me>. | |
| Standard_Integer | Lower () const |
| Returns the lower bound. Warning | |
| Standard_Integer | Upper () const |
| Returns the upper bound. Warning | |
| void | SetValue (const Standard_Integer Index, const Interface_FileParameter &Value) |
| Assigns the value to the <Index>-th item of this array. | |
| const Interface_FileParameter & | Value (const Standard_Integer Index) const |
| Return the value of the <Index>th element of the array. | |
| const Interface_FileParameter & | operator() (const Standard_Integer Index) const |
| Interface_FileParameter & | ChangeValue (const Standard_Integer Index) |
| return the value of the <Index>th element of the array. | |
| Interface_FileParameter & | operator() (const Standard_Integer Index) |
| void | Clear () |
| Interface_ParamList::Interface_ParamList | ( | const Standard_Integer | theIncrement = 256 | ) |
| Standard_Integer Interface_ParamList::Length | ( | ) | const |
| Standard_Integer Interface_ParamList::Lower | ( | ) | const |
| const Interface_FileParameter& Interface_ParamList::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| Interface_FileParameter& Interface_ParamList::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| void Interface_ParamList::SetValue | ( | const Standard_Integer | Index, |
| const Interface_FileParameter & | Value | ||
| ) |
| Standard_Integer Interface_ParamList::Upper | ( | ) | const |
| const Interface_FileParameter& Interface_ParamList::Value | ( | const Standard_Integer | Index | ) | const |
1.8.0