Detailed Description
Pool of resources stored as items in a stack.
Collaboration diagram for fiftyoneDegreesPool:
Data Fields
| fiftyoneDegreesPoolItem * | stack
 Pointer to the memory used by the stack. 
  | 
| fiftyoneDegreesPoolHead | head
 Head of the stack. 
  | 
| uint16_t | count
 Number of resource items that stack can hold. 
  | 
| fiftyoneDegreesPoolResourceFree | resourceFree
 Frees a resource. 
  | 
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/pool.h
 
