orca-software
Public Attributes | List of all members
list Struct Reference

List data structure. More...

#include <list.h>

Public Attributes

void * elem
 
struct listnext
 

Detailed Description

List data structure.

Member Data Documentation

§ elem

void* list::elem

pointer to list node data

§ next

struct list* list::next

pointer to the next list node


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