Nyx Node
Loading...
Searching...
No Matches
nyx_list_iter_t Struct Reference

Struct describing a JSON list iterator. More...

#include <nyx_node.h>

Collaboration diagram for nyx_list_iter_t:

Data Fields

size_t idx
 Current zero-based iteration index.
 
struct nyx_list_node_s * head
 Next JSON object to visit.
 

Detailed Description

Struct describing a JSON list iterator.

Definition at line 1401 of file nyx_node.h.

Field Documentation

◆ idx

size_t nyx_list_iter_t::idx

Current zero-based iteration index.

Definition at line 1403 of file nyx_node.h.

◆ head

struct nyx_list_node_s* nyx_list_iter_t::head

Next JSON object to visit.

Definition at line 1405 of file nyx_node.h.


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