|
Open CASCADE Technology 6.5.2
|
#include <TCollection_Array2Descriptor.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_Integer | UpperRow () const |
| Standard_Integer | LowerRow () const |
| Standard_Integer | UpperCol () const |
| Standard_Integer | LowerCol () const |
| Standard_Address | Address () const |
Protected Member Functions | |
| TCollection_Array2Descriptor (const Standard_Integer aLowerRow, const Standard_Integer aUpperRow, const Standard_Integer aLowerCol, const Standard_Integer aUpperCol, const Standard_Address anAddress) | |
| TCollection_Array2Descriptor::TCollection_Array2Descriptor | ( | const Standard_Integer | aLowerRow, |
| const Standard_Integer | aUpperRow, | ||
| const Standard_Integer | aLowerCol, | ||
| const Standard_Integer | aUpperCol, | ||
| const Standard_Address | anAddress | ||
| ) | [protected] |
| Standard_Address TCollection_Array2Descriptor::Address | ( | ) | const |
| Standard_Integer TCollection_Array2Descriptor::LowerCol | ( | ) | const |
| Standard_Integer TCollection_Array2Descriptor::LowerRow | ( | ) | const |
| void TCollection_Array2Descriptor::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TCollection_Array2Descriptor::operator new | ( | size_t | size | ) | [inline] |
| void* TCollection_Array2Descriptor::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Integer TCollection_Array2Descriptor::UpperCol | ( | ) | const |
| Standard_Integer TCollection_Array2Descriptor::UpperRow | ( | ) | const |
1.7.4