libcmml  0.9.1
Data Fields
_CMML_List Struct Reference

#include <cmml.h>

Data Fields

CMML_Listprev
 
CMML_Listnext
 
void * data
 

Detailed Description

USE THE DEFINED TYPE CMML_List FOR THIS!

CMML_List: A doubly linked list

Field Documentation

CMML_List* _CMML_List::prev

previous list member

CMML_List* _CMML_List::next

next list member

void* _CMML_List::data

actual member content


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