CFx SDK Documentation 2024 SP0
|
#include <SlotManager.h>
Public Member Functions | |
OdSlotManager () | |
OdSlotId | newSlot () |
void | freeSlot (OdSlotId slotId) |
bool | contains (OdSlotId slotId) const |
unsigned int | numSlots () const |
This class manages OdSlot objects.
<group Other_Classes>
Definition at line 46 of file SlotManager.h.
|
inline |
Definition at line 51 of file SlotManager.h.
|
inline |
Returns true if and and only the specified Slot exists in this Slots object.
slotId | [in] Slot ID. |
Definition at line 93 of file SlotManager.h.
Frees the specified Slot of this Slots object.
slotId | [in] Slot ID. |
Definition at line 77 of file SlotManager.h.
|
inline |
Adds a Slot to this Slots object.
Definition at line 58 of file SlotManager.h.
|
inline |
Returns count of allocated slots.
Definition at line 101 of file SlotManager.h.