Mark the specified index as occupied (full) in the specified generation.
Synopsis
Declared in <bdlcc_fixedqueueindexmanager.h>
void
commitPushIndex(
unsigned int generation,
unsigned int index);
Description
The behavior is undefined unless generation and index match those returned by a previous successful call to reservePushIndex (that has not previously been committed).
Parameters
Name |
Description |
generation |
generation of the reserved index |
index |
previously reserved buffer index |
Created with MrDocs