IBNOS
Public Attributes | List of all members
linkedList Struct Reference

#include <list.h>

Collaboration diagram for linkedList:
Collaboration graph
[legend]

Public Attributes

struct linkedListnext
 
struct linkedListprev
 

Detailed Description

Definition at line 34 of file list.h.

Member Data Documentation

◆ next

struct linkedList* linkedList::next

Definition at line 36 of file list.h.

◆ prev

struct linkedList* linkedList::prev

Definition at line 37 of file list.h.


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