|
CFx SDK Documentation
2020SP3
|
#include <new>#include "TD_PackPush.h"#include "OdArrayMemAlloc.h"#include "OdAlloc.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdVector< T, A, Mm > |
Macros | |
| #define | VEC_SIZE_TYPE typename OdVector<T, A, Mm>::size_type |
| #define | VEC_ITERATOR typename OdVector<T, A, Mm>::iterator |
| #define | VEC_CONST_ITERATOR typename OdVector<T, A, Mm>::const_iterator |
Typedefs | |
| typedef OdVector< int, OdMemoryAllocator< int > > | OdIntVector |
| typedef OdVector< OdUInt32, OdMemoryAllocator< OdUInt32 > > | OdUInt32Vector |
| typedef OdVector< OdInt32, OdMemoryAllocator< OdInt32 > > | OdInt32Vector |
| typedef OdVector< OdUInt8, OdMemoryAllocator< OdUInt8 > > | OdUInt8Vector |
| typedef OdVector< OdUInt64, OdMemoryAllocator< OdUInt64 > > | OdUInt64Vector |
| typedef OdVector< OdGePoint3d, OdMemoryAllocator< OdGePoint3d > > | OdGePoint3dVector |
| typedef OdVector< OdGeVector3d, OdMemoryAllocator< OdGeVector3d > > | OdGeVector3dVector |
| #define VEC_CONST_ITERATOR typename OdVector<T, A, Mm>::const_iterator |
Definition at line 467 of file OdVector.h.
| #define VEC_ITERATOR typename OdVector<T, A, Mm>::iterator |
Definition at line 466 of file OdVector.h.
| #define VEC_SIZE_TYPE typename OdVector<T, A, Mm>::size_type |
Definition at line 465 of file OdVector.h.
| typedef OdVector<OdGePoint3d, OdMemoryAllocator<OdGePoint3d> > OdGePoint3dVector |
Definition at line 1219 of file OdVector.h.
Definition at line 1222 of file OdVector.h.
| typedef OdVector<OdInt32, OdMemoryAllocator<OdInt32> > OdInt32Vector |
Definition at line 1215 of file OdVector.h.
| typedef OdVector<int, OdMemoryAllocator<int> > OdIntVector |
Definition at line 1213 of file OdVector.h.
| typedef OdVector<OdUInt32, OdMemoryAllocator<OdUInt32> > OdUInt32Vector |
Definition at line 1214 of file OdVector.h.
| typedef OdVector<OdUInt64, OdMemoryAllocator<OdUInt64> > OdUInt64Vector |
Definition at line 1217 of file OdVector.h.
| typedef OdVector<OdUInt8, OdMemoryAllocator<OdUInt8> > OdUInt8Vector |
Definition at line 1216 of file OdVector.h.