\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesCollectionMemory Struct Reference

Detailed Description

Type of collection where the collection is held in continuous memory.

Collaboration diagram for fiftyoneDegreesCollectionMemory:

[legend]

Data Fields

fiftyoneDegreesCollection *  collection
The generic collection.
byte *  firstByte
The first byte in memory of the collection.
byte *  lastByte
The last byte in memory of the collection.
void *  memoryToFree
Memory to free when freeing the collection, or NULL if no memory to free.

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/collection.h
On This Page