Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Interface_ParamList Class Reference

#include <Interface_ParamList.hxx>

Inheritance diagram for Interface_ParamList:
Inheritance graph
[legend]

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_FileParameterValue (const Standard_Integer Index) const
 Return the value of the <Index>th element of the
array.

const Interface_FileParameteroperator() (const Standard_Integer Index) const
Interface_FileParameterChangeValue (const Standard_Integer Index)
 return the value of the <Index>th element of the
array.


Interface_FileParameteroperator() (const Standard_Integer Index)
void Clear ()

Constructor & Destructor Documentation


Member Function Documentation

const Interface_FileParameter& Interface_ParamList::operator() ( const Standard_Integer  Index) const [inline]
Interface_FileParameter& Interface_ParamList::operator() ( const Standard_Integer  Index) [inline]

The documentation for this class was generated from the following file: