◆ get
fiftyoneDegreesCollectionGetMethod fiftyoneDegreesCollection::get |
Gets an entry into the item provided.
The consumer MUST release the item when it has finished with the data
\r\n
All the shared methods and fields required by file, memory and cached collections.
The state field points to the specific collection data structure and handles.
fiftyoneDegreesCollectionGetMethod | get
Gets an entry into the item provided. More...
|
fiftyoneDegreesCollectionReleaseMethod | release
Releases the item handle.
|
fiftyoneDegreesCollectionFreeMethod | freeCollection
Frees collection and all items retrieved from the collection will become invalid.
|
void * | state
Pointer to data for memory, cache or file. More...
|
fiftyoneDegreesCollection * | next
The next collection implementation or NULL.
|
uint32_t | count
The number of items, or 0 if not available.
|
uint32_t | elementSize
The size of each entry, or 0 if variable length.
|
uint32_t | size
Number of bytes in the source data structure containing the collection's data.
|
fiftyoneDegreesCollectionGetMethod fiftyoneDegreesCollection::get |
Gets an entry into the item provided.
The consumer MUST release the item when it has finished with the data
void* fiftyoneDegreesCollection::state |
Pointer to data for memory, cache or file.
Either a fiftyoneDegreesCollectionMemory, fiftyoneDegreesCollectionFile or fiftyoneDegreesCollectionCache