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

Linked list structure definition. More...

#include <twList.h>

Public Attributes

int count
 
struct ListEntryfirst
 
struct ListEntrylast
 
TW_MUTEX mtx
 
del_func delete_function
 

Detailed Description

Linked list structure definition.

Member Data Documentation

int twList::count

The number of elements in the linked list.

del_func twList::delete_function

A deletion function associated with this twList.

struct ListEntry* twList::first

A pointer to the first ListEntry in the twList.

struct ListEntry* twList::last

A pointer to the last ListEntry in the twList.

TW_MUTEX twList::mtx

A mutex for this twList structure.


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