Open CASCADE Technology 6.6.0
|
#include <BOPCol_Array1.hxx>
typedef BOPCol_MemBlock<Type>* BOPCol_Array1< Type >::BOPCol_PMemBlock |
typedef BOPCol_MemBlock<Type> BOPCol_Array1< Type >::BOPCol_XMemBlock |
BOPCol_Array1< Type >::BOPCol_Array1 | ( | const Handle< NCollection_BaseAllocator > & | theAllocator = 0L | ) | [inline] |
BOPCol_Array1< Type >::~BOPCol_Array1 | ( | ) | [inline] |
BOPCol_Array1< Type >::BOPCol_Array1 | ( | const BOPCol_Array1< Type > & | ) | [protected] |
Standard_Integer BOPCol_Array1< Type >::Append | ( | const Type & | theValue | ) |
Standard_Integer BOPCol_Array1< Type >::Append | ( | ) |
Type & BOPCol_Array1< Type >::ChangeValue | ( | const Standard_Integer | theIndex | ) |
void BOPCol_Array1< Type >::Clear | ( | ) | [inline] |
Standard_Integer BOPCol_Array1< Type >::Extent | ( | ) | const [inline] |
Standard_Boolean BOPCol_Array1< Type >::FindBlock | ( | const Standard_Integer | theIndex | ) | const [protected] |
Standard_Integer BOPCol_Array1< Type >::Increment | ( | ) | const [inline] |
void BOPCol_Array1< Type >::Init | ( | ) |
Standard_Integer BOPCol_Array1< Type >::Length | ( | ) | const [inline] |
const Type & BOPCol_Array1< Type >::operator() | ( | const Standard_Integer | theIndex | ) | const |
Type & BOPCol_Array1< Type >::operator() | ( | const Standard_Integer | theIndex | ) |
BOPCol_Array1& BOPCol_Array1< Type >::operator= | ( | const BOPCol_Array1< Type > & | theOther | ) | [protected] |
void BOPCol_Array1< Type >::SetIncrement | ( | const Standard_Integer | theSize | ) | [inline] |
void BOPCol_Array1< Type >::SetStartSize | ( | const Standard_Integer | theSize | ) | [inline] |
void BOPCol_Array1< Type >::SetValue | ( | const Standard_Integer | theIndex, |
const Type & | theValue | ||
) |
Standard_Integer BOPCol_Array1< Type >::Size | ( | ) | const [inline] |
const Type & BOPCol_Array1< Type >::Value | ( | const Standard_Integer | theIndex | ) | const |
Handle< NCollection_BaseAllocator > BOPCol_Array1< Type >::myAllocator [protected] |
Type BOPCol_Array1< Type >::myDfltItem [protected] |
Standard_Integer BOPCol_Array1< Type >::myExtent [protected] |
Standard_Integer BOPCol_Array1< Type >::myIncrement [protected] |
BOPCol_MemBlock<Type>* BOPCol_Array1< Type >::myPBlock [protected] |
BOPCol_MemBlock<Type>* BOPCol_Array1< Type >::myPBlock1 [protected] |
Standard_Integer BOPCol_Array1< Type >::myStartSize [protected] |