#include <NCollection_BaseVector.hxx>
Inheritance diagram for NCollection_BaseVector::MemBlock:
Public Member Functions | |
void | SetLength (const size_t theLen) |
size_t | Length () const |
void * | Find (const Standard_Integer theInd, const size_t theSize) const |
Standard_EXPORT Standard_Integer | GetIndexV (void *theItem, const size_t theSz) const |
Protected Member Functions | |
MemBlock () | |
MemBlock (const Standard_Integer theFirstInd, const Standard_Integer theLength) | |
virtual | ~MemBlock () |
virtual void | Reinit (const Standard_Integer, const size_t) |
Standard_Integer | FirstIndex () const |
size_t | Size () const |
Protected Attributes | |
Standard_Integer | myFirstInd |
size_t | myLength |
size_t | mySize |
void * | myData |
|
Reimplemented in NCollection_Vector< TheItemType >::MemBlock. |
|
Reimplemented in NCollection_Vector< TheItemType >::MemBlock. |
|
Reimplemented in NCollection_Vector< TheItemType >::MemBlock. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|