Open CASCADE Technology  6.9.1
Public Member Functions
IntTools_CArray1OfInteger Class Reference

#include <IntTools_CArray1OfInteger.hxx>

Public Member Functions

 IntTools_CArray1OfInteger (const Standard_Integer Length=0)
 
 IntTools_CArray1OfInteger (const Standard_Integer &Item, const Standard_Integer Length)
 
void Init (const Standard_Integer &V)
 
void Resize (const Standard_Integer theNewLength)
 
void Destroy ()
 
 ~IntTools_CArray1OfInteger ()
 
Standard_Integer Length () const
 
void Append (const Standard_Integer &Value)
 
void SetValue (const Standard_Integer Index, const Standard_Integer &Value)
 
const Standard_IntegerValue (const Standard_Integer Index) const
 
const Standard_Integeroperator() (const Standard_Integer Index) const
 
Standard_IntegerChangeValue (const Standard_Integer Index)
 
Standard_Integeroperator() (const Standard_Integer Index)
 
Standard_Boolean IsEqual (const IntTools_CArray1OfInteger &Other) const
 
Standard_Boolean operator== (const IntTools_CArray1OfInteger &Other) const
 

Constructor & Destructor Documentation

IntTools_CArray1OfInteger::IntTools_CArray1OfInteger ( const Standard_Integer  Length = 0)
IntTools_CArray1OfInteger::IntTools_CArray1OfInteger ( const Standard_Integer Item,
const Standard_Integer  Length 
)
IntTools_CArray1OfInteger::~IntTools_CArray1OfInteger ( )
inline

Member Function Documentation

void IntTools_CArray1OfInteger::Append ( const Standard_Integer Value)
Standard_Integer& IntTools_CArray1OfInteger::ChangeValue ( const Standard_Integer  Index)
void IntTools_CArray1OfInteger::Destroy ( )
void IntTools_CArray1OfInteger::Init ( const Standard_Integer V)
Standard_Boolean IntTools_CArray1OfInteger::IsEqual ( const IntTools_CArray1OfInteger Other) const
Standard_Integer IntTools_CArray1OfInteger::Length ( ) const
const Standard_Integer& IntTools_CArray1OfInteger::operator() ( const Standard_Integer  Index) const
inline
Standard_Integer& IntTools_CArray1OfInteger::operator() ( const Standard_Integer  Index)
inline
Standard_Boolean IntTools_CArray1OfInteger::operator== ( const IntTools_CArray1OfInteger Other) const
inline
void IntTools_CArray1OfInteger::Resize ( const Standard_Integer  theNewLength)
void IntTools_CArray1OfInteger::SetValue ( const Standard_Integer  Index,
const Standard_Integer Value 
)
const Standard_Integer& IntTools_CArray1OfInteger::Value ( const Standard_Integer  Index) const

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