Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSlots<class TVal, class TAlloc = OdObjectsAllocator<TVal> > Template
Syntax
C++
template <class TVal, class TAlloc = OdObjectsAllocator<TVal> > class OdSlots : public OdArray<TVal, TAlloc>;

This template class implements a collection of Slots.

Unlike Array elements, Slots may be empty, filled, or freed. New Slots are either allocated from the list of freed Slots, or added to the end of the underlying Array. 

 

OdSlots@classTVal@classTAlloc=OdObjectsAllocator_TVal_

File: SlotManager.h 

Module: API Reference 

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