libcontrac
A library for contact tracing
|
The head of a DTK list. More...
Data Fields | |
DtkListItem * | first |
DtkListItem * | last |
The head of a DTK list.
This is an opaque structure that represents the head of a list of Dtk items.
This is the object usually passed as the first parameter of every non-static function.
The structure typedef is in dtk_list.h
An opaque structure that represents the head of the list.
The internal structure can be found in dtk_list.c