CFx SDK Documentation  2020SP3
Classes | Macros | Typedefs
OdVector.h File Reference
#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
 

Macro Definition Documentation

◆ VEC_CONST_ITERATOR

#define VEC_CONST_ITERATOR   typename OdVector<T, A, Mm>::const_iterator

Definition at line 467 of file OdVector.h.

◆ VEC_ITERATOR

#define VEC_ITERATOR   typename OdVector<T, A, Mm>::iterator

Definition at line 466 of file OdVector.h.

◆ VEC_SIZE_TYPE

#define VEC_SIZE_TYPE   typename OdVector<T, A, Mm>::size_type

Definition at line 465 of file OdVector.h.

Typedef Documentation

◆ OdGePoint3dVector

Definition at line 1219 of file OdVector.h.

◆ OdGeVector3dVector

Definition at line 1222 of file OdVector.h.

◆ OdInt32Vector

Definition at line 1215 of file OdVector.h.

◆ OdIntVector

typedef OdVector<int, OdMemoryAllocator<int> > OdIntVector

Definition at line 1213 of file OdVector.h.

◆ OdUInt32Vector

Definition at line 1214 of file OdVector.h.

◆ OdUInt64Vector

Definition at line 1217 of file OdVector.h.

◆ OdUInt8Vector

Definition at line 1216 of file OdVector.h.