NetSurf
Data Fields
nsoption_s Struct Reference

#include <nsoption.h>

Data Fields

const char * key
 
int key_len
 
enum nsoption_type_e type
 
union {
   bool   b
 
   int   i
 
   unsigned int   u
 
   char *   s
 
   const char *   cs
 
   colour   c
 
value
 

Detailed Description

Definition at line 110 of file nsoption.h.

Field Documentation

◆ b

bool nsoption_s::b

◆ c

colour nsoption_s::c

◆ cs

const char* nsoption_s::cs

Definition at line 119 of file nsoption.h.

◆ i

int nsoption_s::i

◆ key

const char* nsoption_s::key

◆ key_len

int nsoption_s::key_len

Definition at line 112 of file nsoption.h.

Referenced by ns_system_colour_init().

◆ s

char* nsoption_s::s

◆ type

enum nsoption_type_e nsoption_s::type

◆ u

unsigned int nsoption_s::u

◆ 

union { ... } nsoption_s::value

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