Open CASCADE Technology 6.6.0
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

Interface_ParamList::Interface_ParamList ( const Standard_Integer  theIncrement = 256)

Member Function Documentation

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

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines