Open CASCADE Technology
7.6.0
|
#include <Standard_DimensionMismatch.hxx>
#include <Standard_OutOfMemory.hxx>
#include <Standard_OutOfRange.hxx>
#include <NCollection_DefineAlloc.hxx>
#include <NCollection_StlIterator.hxx>
Data Structures | |
class | NCollection_Array1< TheItemType > |
The class NCollection_Array1 represents unidimensional arrays of fixed size known at run time. The range of the index is user defined. An array1 can be constructed with a "C array". This functionality is useful to call methods expecting an Array1. It allows to carry the bounds inside the arrays. More... | |
class | NCollection_Array1< TheItemType >::Iterator |
Implementation of the Iterator interface. More... | |