|
Open CASCADE Technology 6.5.2
|
#include <BOPTColStd_CArray1OfInteger.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTColStd_CArray1OfInteger (const Standard_Integer Length=0, const Standard_Integer BlockLength=5) | |
| void | Resize (const Standard_Integer theNewLength) |
| void | Destroy () |
| ~BOPTColStd_CArray1OfInteger () | |
| Standard_Integer | Length () const |
| Standard_Integer | Extent () const |
| Standard_Integer | FactLength () const |
| Standard_Integer | Append (const Standard_Integer &Value) |
| void | Remove (const Standard_Integer Index) |
| 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) |
| void | SetBlockLength (const Standard_Integer aBL) |
| Standard_Integer | BlockLength () const |
| BOPTColStd_CArray1OfInteger::BOPTColStd_CArray1OfInteger | ( | const Standard_Integer | Length = 0, |
| const Standard_Integer | BlockLength = 5 |
||
| ) |
| BOPTColStd_CArray1OfInteger::~BOPTColStd_CArray1OfInteger | ( | ) | [inline] |
| Standard_Integer BOPTColStd_CArray1OfInteger::Append | ( | const Standard_Integer & | Value | ) |
| Standard_Integer BOPTColStd_CArray1OfInteger::BlockLength | ( | ) | const |
| Standard_Integer& BOPTColStd_CArray1OfInteger::ChangeValue | ( | const Standard_Integer | Index | ) |
| void BOPTColStd_CArray1OfInteger::Destroy | ( | ) |
| Standard_Integer BOPTColStd_CArray1OfInteger::Extent | ( | ) | const |
| Standard_Integer BOPTColStd_CArray1OfInteger::FactLength | ( | ) | const |
| Standard_Integer BOPTColStd_CArray1OfInteger::Length | ( | ) | const |
| void BOPTColStd_CArray1OfInteger::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTColStd_CArray1OfInteger::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTColStd_CArray1OfInteger::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Integer& BOPTColStd_CArray1OfInteger::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Standard_Integer& BOPTColStd_CArray1OfInteger::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void BOPTColStd_CArray1OfInteger::Remove | ( | const Standard_Integer | Index | ) |
| void BOPTColStd_CArray1OfInteger::Resize | ( | const Standard_Integer | theNewLength | ) |
| void BOPTColStd_CArray1OfInteger::SetBlockLength | ( | const Standard_Integer | aBL | ) |
| const Standard_Integer& BOPTColStd_CArray1OfInteger::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4