#include <NCollection_DefineBaseCollection.hxx>#include <NCollection_Vector.hxx>#include <NCollection_BaseVector.hxx>#include <NCollection_BaseCollection.hxx>#include <Standard_OutOfRange.hxx>Defines | |
| #define | DEFINE_VECTOR(_ClassName_, _BaseCollection_, TheItemType) typedef NCollection_Vector<TheItemType > _ClassName_; |
| #define DEFINE_VECTOR | ( | _ClassName_, | |||
| _BaseCollection_, | |||||
| TheItemType | ) | typedef NCollection_Vector<TheItemType > _ClassName_; |
1.6.3