• Skip to content
  • Skip to link menu
csync API Reference
  • csync
  • Sitemap
  • Contact Us
 

lomoco_list_s Struct Reference

#include <lomoco/lomoco_list.h>


Detailed Description

Used for each element in a doubly-linked list.

The data field holds the element's data, which can be a pointer to any kind of data. The next and prev pointers are the links to the next and previous elements in the list.

Definition at line 80 of file lomoco_list.h.


Data Fields

lomoco_pointer data
lomoco_list_s * next
lomoco_list_s * prev

Field Documentation

lomoco_pointer lomoco_list_s::data

Definition at line 84 of file lomoco_list.h.

struct lomoco_list_s* lomoco_list_s::next [read]

Definition at line 81 of file lomoco_list.h.

struct lomoco_list_s* lomoco_list_s::prev [read]

Definition at line 82 of file lomoco_list.h.


The documentation for this struct was generated from the following file:
  • lomoco/lomoco_list.h

lomoco

Skip menu "lomoco"

API Documentation

Skip menu "@topname@"
Generated with Doxygen