Data Fields

SingleList Struct Reference

a single-linked list. More...

#include <slist.h>

Data Fields

void * content
struct list * next

Detailed Description

a single-linked list.

Definition at line 35 of file slist.h.


Field Documentation

void* SingleList::content

the content of this list's entry

Definition at line 36 of file slist.h.

struct list* SingleList::next

pointer to next list entry

Definition at line 37 of file slist.h.


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