Open CASCADE Technology 6.6.0
|
#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 | ) |
Interface_FileParameter& Interface_ParamList::ChangeValue | ( | const Standard_Integer | Index | ) |
void Interface_ParamList::Clear | ( | ) |
Standard_Integer Interface_ParamList::Length | ( | ) | const |
Standard_Integer Interface_ParamList::Lower | ( | ) | const |
Interface_FileParameter& Interface_ParamList::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Interface_FileParameter& Interface_ParamList::operator() | ( | const Standard_Integer | Index | ) | const [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 |