#include <Interface_ParamList.hxx>
Public Member Functions | |
| Standard_EXPORT | 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 . | |
| Standard_EXPORT void | SetValue (const Standard_Integer Index, const Interface_FileParameter &Value) |
| Assigns the value <value> to the <index>-th item of this array. . | |
| Standard_EXPORT 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 |
| Standard_EXPORT 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) |
| Standard_EXPORT void | Clear () |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Interface_VectorOfFileParameter | myVector |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.1