Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdArrayMemAlloc<class T, class A, class Mm> Template
Syntax
C++
template <class T, class A, class Mm> class OdArrayMemAlloc;

This template class implements dynamic Array objects within DWGdirect.

Methods are provided to access Array elements via both array indices and array pointers (iterators). 

Some definitions are in order: 

  1. Logical Length or Size -- The number of entries in the array. Initially zero.
  2. Physical Length -- The maximum Logical Length of the array before it automatically grows.
  3. Grow Length -- The number of entries by which the Physical Length will grow as required.
 

OdArrayMemAlloc@classT@classA@classMm

File: OdArrayMemAlloc.h 

Module: API Reference 

Db 

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.