FTEQW
Documentation of the FTE engine source tree.
json_s Struct Reference

#include <common.h>

Public Types

enum  {
  json_type_string , json_type_number , json_type_object , json_type_array ,
  json_type_true , json_type_false , json_type_null
}
 

Public Attributes

enum json_s:: { ... }  type
 
const char * bodystart
 
const char * bodyend
 
struct json_sparent
 
struct json_schild
 
struct json_ssibling
 
union {
   struct json_s **   childlink
 
   struct json_s **   array
 
}; 
 
size_t arraymax
 
qboolean used
 
char name [1]
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
json_type_string 
json_type_number 
json_type_object 
json_type_array 
json_type_true 
json_type_false 
json_type_null 

Member Data Documentation

◆ 

union { ... } json_s::@224

◆ array

struct json_s** json_s::array

◆ arraymax

size_t json_s::arraymax

◆ bodyend

const char* json_s::bodyend

◆ bodystart

const char* json_s::bodystart

◆ child

struct json_s* json_s::child

◆ childlink

struct json_s** json_s::childlink

◆ name

char json_s::name[1]

◆ parent

struct json_s* json_s::parent

◆ sibling

struct json_s* json_s::sibling

◆ 

enum { ... } json_s::type

◆ used

qboolean json_s::used

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