|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
#include <CAENLinkedListTypes.h>
Data Fields | |
| void * | data |
| struct c_listnode_t * | next |
| struct c_listnode_t * | prev |
Definition at line 52 of file CAENLinkedListTypes.h.
| void* data |
Definition at line 53 of file CAENLinkedListTypes.h.
| struct c_listnode_t* next |
Definition at line 54 of file CAENLinkedListTypes.h.
| struct c_listnode_t* prev |
Definition at line 55 of file CAENLinkedListTypes.h.