Mir 1.0
Mir application programming interface
mirkl_dllist_t_ Struct Reference

Structure of Double-Linked List. More...

#include <mirkl_dllist.h>

Data Fields

int Tag
 Object Tag.
 
struct mirkl_dllist_t_Prev
 Prev node.
 
struct mirkl_dllist_t_Next
 Next node.
 
void * Object
 User data.
 

Detailed Description

Structure of Double-Linked List.


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