ThingWorx C SDK
|
Linked list entry structure definition. More...
#include <twList.h>
Public Attributes | |
struct ListEntry * | next |
struct ListEntry * | prev |
void * | value |
Linked list entry structure definition.
void* ListEntry::value |
The data item of this ListEntry.