#include <NCollection_Vector.hxx>
Inheritance diagram for NCollection_Vector< TheItemType >::MemBlock:
Public Member Functions | |
void * | operator new (size_t, void *theAddress) |
MemBlock () | |
Empty constructor. | |
MemBlock (const Standard_Integer theFirstInd, const Standard_Integer theSize) | |
Constructor. | |
MemBlock (const MemBlock &theOther) | |
Copy constructor. | |
virtual void | Reinit (const Standard_Integer theFirst, const size_t theSize) |
Reinit. | |
virtual | ~MemBlock () |
Destructor. | |
const TheItemType & | Value (const Standard_Integer theIndex) const |
Operator () const. | |
TheItemType & | ChangeValue (const Standard_Integer theIndex) |
Operator (). | |
Standard_Integer | GetIndex (const TheItemType &theItem) const |
GetIndex. |
|
Reimplemented from NCollection_BaseVector::MemBlock. |
|
Reimplemented from NCollection_BaseVector::MemBlock. |
|
|
|
Reimplemented from NCollection_BaseVector::MemBlock. |
|
|
|
|
|
|
|
|
|
|