|
Open CASCADE Technology
6.9.0
|
#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_Integer & | Value (const Standard_Integer Index) const |
| const Standard_Integer & | operator() (const Standard_Integer Index) const |
| Standard_Integer & | ChangeValue (const Standard_Integer Index) |
| Standard_Integer & | operator() (const Standard_Integer Index) |
| Standard_Boolean | IsEqual (const IntTools_CArray1OfInteger &Other) const |
| Standard_Boolean | operator== (const IntTools_CArray1OfInteger &Other) const |
| IntTools_CArray1OfInteger::IntTools_CArray1OfInteger | ( | const Standard_Integer | Length = 0 | ) |
| IntTools_CArray1OfInteger::IntTools_CArray1OfInteger | ( | const Standard_Integer & | Item, |
| const Standard_Integer | Length | ||
| ) |
|
inline |
| 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 |
|
inline |
|
inline |
|
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 |
1.8.5