|
CFx SDK Documentation 2024 SP0
|
#include <new>#include <utility>#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< bool, OdMemoryAllocator< bool > > | OdBoolVector |
| #define VEC_CONST_ITERATOR typename OdVector<T, A, Mm>::const_iterator |
Definition at line 653 of file OdVector.h.
| #define VEC_ITERATOR typename OdVector<T, A, Mm>::iterator |
Definition at line 652 of file OdVector.h.
| #define VEC_SIZE_TYPE typename OdVector<T, A, Mm>::size_type |
Definition at line 651 of file OdVector.h.
| typedef OdVector<bool, OdMemoryAllocator<bool> > OdBoolVector |
Definition at line 1634 of file OdVector.h.
| typedef OdVector<OdInt32, OdMemoryAllocator<OdInt32> > OdInt32Vector |
Definition at line 1631 of file OdVector.h.
| typedef OdVector<int, OdMemoryAllocator<int> > OdIntVector |
Definition at line 1629 of file OdVector.h.
| typedef OdVector<OdUInt32, OdMemoryAllocator<OdUInt32> > OdUInt32Vector |
Definition at line 1630 of file OdVector.h.
| typedef OdVector<OdUInt64, OdMemoryAllocator<OdUInt64> > OdUInt64Vector |
Definition at line 1633 of file OdVector.h.
| typedef OdVector<OdUInt8, OdMemoryAllocator<OdUInt8> > OdUInt8Vector |
Definition at line 1632 of file OdVector.h.