ThingWorx C SDK
|
Linked list structure definition. More...
#include <twList.h>
Public Attributes | |
int | count |
struct ListEntry * | first |
struct ListEntry * | last |
TW_MUTEX | mtx |
del_func | delete_function |
Linked list structure definition.
int twList::count |
The number of elements in the linked list.
del_func twList::delete_function |
A deletion function associated with this twList.