LogService
libdadi: utility tools for distributed applications
Public Attributes
FullLinkedList::Node Struct Reference

List of all members.

Public Attributes

Nodenext
Nodeprevious
T * element

Detailed Description

This structure defines a node of the list.


Member Data Documentation

a pointer on the element.

next node or NULL if it's the last one.

previous node or NULL if it's the first one.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables