ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
This structure defines a generic list. Nodes of the list must have a next/prev pointer properly typed. More...
#include <list.h>
Public Attributes | |
size_t | size |
the size of the list | |
void * | head |
pointer to the first element | |
void * | tail |
pointer to the last element | |
This structure defines a generic list. Nodes of the list must have a next/prev pointer properly typed.