Public Attributes | List of all members
ListElementStruct Struct Reference

#include <LinkedList.h>

Public Attributes

void * content
 
struct ListElementStructnext
 
struct ListElementStructprev
 

Detailed Description

Structure to hold all data for one list element

Definition at line 56 of file LinkedList.h.

Member Data Documentation

void* ListElementStruct::content

pointer to element content

Definition at line 60 of file LinkedList.h.

struct ListElementStruct * ListElementStruct::next

pointer to next list element

Definition at line 58 of file LinkedList.h.

struct ListElementStruct* ListElementStruct::prev

pointer to previous list element

Definition at line 58 of file LinkedList.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49