Open CASCADE Technology 7.7.2
|
Memory allocation. More...
#include <NCollection_BaseVector.hxx>
Public Member Functions | |
void * | findV (const Standard_Integer theIndex, const size_t theItemSize) const |
Data Fields | |
void * | DataPtr |
block of elements | |
Standard_Integer | FirstIndex |
index of the first element (among all memory blocks in collection) | |
Standard_Integer | Length |
Standard_Integer | Size |
Memory allocation.
|
inline |
theIndex | Item index in the block |
theItemSize | Element size in bytes |
void* NCollection_BaseVector::MemBlock::DataPtr |
block of elements
Standard_Integer NCollection_BaseVector::MemBlock::FirstIndex |
index of the first element (among all memory blocks in collection)
Standard_Integer NCollection_BaseVector::MemBlock::Length |
Standard_Integer NCollection_BaseVector::MemBlock::Size |