Simple JSON  0.1
A free simple json library for C
SJList Struct Reference

this is a simple list structure intended to hold an arbitrary number of elements list will automatically grow as space is needed to accomodate more elements More...

#include <simple_json_list.h>

Collaboration diagram for SJList:

Public Attributes

SJListElementDataelements
 
unsigned int size
 
unsigned int count
 

Detailed Description

this is a simple list structure intended to hold an arbitrary number of elements list will automatically grow as space is needed to accomodate more elements

Definition at line 16 of file simple_json_list.h.

Member Data Documentation

unsigned int SJList::count

how many elements are in use

Definition at line 20 of file simple_json_list.h.

SJListElementData* SJList::elements

a pointer to the array of the data

Definition at line 18 of file simple_json_list.h.

unsigned int SJList::size

how much memory has been allocated

Definition at line 19 of file simple_json_list.h.


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