Open CASCADE Technology 6.6.0
|
#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 |
void* NCollection_BaseVector::MemBlock::findV | ( | const Standard_Integer | theIndex, |
const size_t | theItemSize | ||
) | const [inline] |
theIndex | Item index in the block |
theItemSize | Element size in bytes |