cctools
Data Fields
jx_pair Struct Reference

JX key-value pairs used by JX_OBJECT and jx::pairs. More...

#include <jx.h>

Data Fields

struct jxkey
 key of this pair More...
 
struct jxvalue
 value of this pair More...
 
struct jx_pairnext
 pointer to next pair More...
 

Detailed Description

JX key-value pairs used by JX_OBJECT and jx::pairs.

Field Documentation

struct jx* jx_pair::key

key of this pair

struct jx* jx_pair::value

value of this pair

struct jx_pair* jx_pair::next

pointer to next pair


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