Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duk_number_list_entry Struct Reference

#include <duktape.h>

Data Fields

const char * key
 
duk_double_t value
 

Detailed Description

Definition at line 206 of file duktape-1.5.2/src-noline/duktape.h.

Field Documentation

◆ key

const char * duk_number_list_entry::key

Definition at line 207 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_put_number_list().

◆ value

duk_double_t duk_number_list_entry::value

Definition at line 208 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_put_number_list().


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