SolarCapture C Bindings User Guide  SF-115721-CD
Issue 3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sc_dlist Struct Reference

Doubly linked list pointers. More...

#include <dlist.h>

Data Fields

struct sc_dlistprev
 
struct sc_dlistnext
 

Detailed Description

Doubly linked list pointers.

Field Documentation

struct sc_dlist* next

A pointer to next item in list (set to itself if it is at the end of the list).

struct sc_dlist* prev

A pointer to previous item in list (set to itself if it is at the start of the list).


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