\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesPool Struct Reference

Detailed Description

Pool of resources stored as items in a stack.

Collaboration diagram for fiftyoneDegreesPool:

[legend]

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
On This Page