Robot Agent  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
s_DOUBLYLINKEDLIST_NODE_STRUCT Struct Reference

Doubly linked list node structure. More...

#include <doublylinkedlist.h>

Data Fields

void * data
 
int data_type
 
struct
s_DOUBLYLINKEDLIST_NODE_STRUCT
next
 
struct
s_DOUBLYLINKEDLIST_NODE_STRUCT
prev
 

Detailed Description

Doubly linked list node structure.

Definition at line 23 of file doublylinkedlist.h.

Field Documentation

void* data

Definition at line 25 of file doublylinkedlist.h.

int data_type

Definition at line 26 of file doublylinkedlist.h.

Definition at line 27 of file doublylinkedlist.h.

Definition at line 28 of file doublylinkedlist.h.


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