ThingWorx C SDK
Public Attributes | List of all members
ListEntry Struct Reference

Linked list entry structure definition. More...

#include <twList.h>

Public Attributes

struct ListEntrynext
 
struct ListEntryprev
 
void * value
 

Detailed Description

Linked list entry structure definition.

Member Data Documentation

struct ListEntry* ListEntry::next

A pointer to the next ListEntry in the twList.

struct ListEntry* ListEntry::prev

A pointer to the previous ListEntry in the twList.

void* ListEntry::value

The data item of this ListEntry.


The documentation for this struct was generated from the following file: