Open CASCADE Technology  6.9.1
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. More...
 
Standard_Integer Length () const
 Returns the number of elements of <me>. More...
 
Standard_Integer Lower () const
 Returns the lower bound. Warning. More...
 
Standard_Integer Upper () const
 Returns the upper bound. Warning. More...
 
void SetValue (const Standard_Integer Index, const Interface_FileParameter &Value)
 Assigns the value to the <Index>-th item of this array. More...
 
const Interface_FileParameterValue (const Standard_Integer Index) const
 Return the value of the <Index>th element of the array. More...
 
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. More...
 
Interface_FileParameteroperator() (const Standard_Integer Index)
 
void Clear ()
 
- Public Member Functions inherited from MMgt_TShared
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual const Handle_Standard_Type & DynamicType () const
 Returns a type information object about this object. More...
 
Standard_Boolean IsInstance (const Handle_Standard_Type &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const Handle_Standard_Type &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
virtual Handle_Standard_Transient This () const
 Returns a Handle which references this object. Must never be called to objects created in stack. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 

Constructor & Destructor Documentation

Interface_ParamList::Interface_ParamList ( const Standard_Integer  theIncrement = 256)

Creates an vector with size of memmory blok equal to theIncrement.

Member Function Documentation

Interface_FileParameter& Interface_ParamList::ChangeValue ( const Standard_Integer  Index)

return the value of the <Index>th element of the array.

void Interface_ParamList::Clear ( )
Standard_Integer Interface_ParamList::Length ( ) const

Returns the number of elements of <me>.

Standard_Integer Interface_ParamList::Lower ( ) const

Returns the lower bound. Warning.

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 
)

Assigns the value to the <Index>-th item of this array.

Standard_Integer Interface_ParamList::Upper ( ) const

Returns the upper bound. Warning.

const Interface_FileParameter& Interface_ParamList::Value ( const Standard_Integer  Index) const

Return the value of the <Index>th element of the array.


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