ROOT-Sim core  3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
Public Attributes | List of all members
list Struct Reference

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
 

Detailed Description

This structure defines a generic list. Nodes of the list must have a next/prev pointer properly typed.


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