|
Open CASCADE Technology 6.5.2
|
#include <DBC_VArrayOfInteger.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| DBC_VArrayOfInteger () | |
| DBC_VArrayOfInteger (const Standard_Integer Size) | |
| DBC_VArrayOfInteger (const DBC_VArrayOfInteger &Varray) | |
| void | Resize (const Standard_Integer Size) |
| void | Assign (const DBC_VArrayOfInteger &Other) |
| void | operator= (const DBC_VArrayOfInteger &Other) |
| void | SetValue (const Standard_Integer Index, const Standard_Integer &Value) |
| Standard_Integer & | Value (const Standard_Integer Index) const |
| Standard_Integer & | operator() (const Standard_Integer Index) const |
| void | Destroy () |
| ~DBC_VArrayOfInteger () | |
| DBC_VArrayOfInteger::DBC_VArrayOfInteger | ( | ) |
| DBC_VArrayOfInteger::DBC_VArrayOfInteger | ( | const Standard_Integer | Size | ) |
| DBC_VArrayOfInteger::DBC_VArrayOfInteger | ( | const DBC_VArrayOfInteger & | Varray | ) |
| DBC_VArrayOfInteger::~DBC_VArrayOfInteger | ( | ) | [inline] |
| void DBC_VArrayOfInteger::Assign | ( | const DBC_VArrayOfInteger & | Other | ) |
| void DBC_VArrayOfInteger::Destroy | ( | ) |
Reimplemented from DBC_BaseArray.
| void DBC_VArrayOfInteger::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfInteger::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfInteger::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from DBC_BaseArray.
| Standard_Integer& DBC_VArrayOfInteger::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void DBC_VArrayOfInteger::operator= | ( | const DBC_VArrayOfInteger & | Other | ) | [inline] |
| void DBC_VArrayOfInteger::Resize | ( | const Standard_Integer | Size | ) |
| void DBC_VArrayOfInteger::SetValue | ( | const Standard_Integer | Index, |
| const Standard_Integer & | Value | ||
| ) |
| Standard_Integer& DBC_VArrayOfInteger::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4