sb_slist_t Struct Reference

#include <squareball/sb-slist.h>

Data Fields

struct _sb_slist_t * next
void * data

Detailed Description

Singly-linked list node structure.

Examples:

hello_slist.c.


Field Documentation

Pointer to data stored in the current list node.

struct _sb_slist_t* sb_slist_t::next [read]

Next node from the list.

Examples:
hello_slist.c.

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

Generated on 7 Apr 2018 for squareball by  doxygen 1.6.1