51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesCollectionMemory Struct Reference

Detailed Description

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

Public Attributes

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: