CFx SDK Documentation  2022 SP0
Macros | Typedefs
GeIntArray.h File Reference
#include "OdArray.h"

Go to the source code of this file.

Macros

#define OdGeIntArray_INCLUDED   /*!DOM*/
 

Typedefs

typedef OdArray< int, OdMemoryAllocator< int > > OdGeIntArray
 

Macro Definition Documentation

◆ OdGeIntArray_INCLUDED

#define OdGeIntArray_INCLUDED   /*!DOM*/

Definition at line 28 of file GeIntArray.h.

Typedef Documentation

◆ OdGeIntArray

typedef OdArray<int, OdMemoryAllocator<int> > OdGeIntArray

This template class is a specialization of the OdArray class int objects.

Definition at line 35 of file GeIntArray.h.