\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesCacheNode Struct Reference

Detailed Description

Cache node structure used for storing data in the cache along with its key.

Collaboration diagram for fiftyoneDegreesCacheNode:

[legend]

Data Fields

fiftyoneDegreesTreeNode  tree
Tree node for this cache node.
fiftyoneDegreesData  data
Data contained in the node.
fiftyoneDegreesCacheShard *  shard
Shard the node is associated with.
fiftyoneDegreesCacheNode *  listPrevious
Previous node or NULL if first.
fiftyoneDegreesCacheNode *  listNext
Next node or NULL if last.
int  activeCount
Number of external references to the node data.

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