Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
frozen Struct Reference
+ Collaboration diagram for frozen:

Public Attributes

const char * end
 
const char * cur
 
struct json_tokentokens
 
int max_tokens
 
int num_tokens
 
int do_realloc
 

Detailed Description

Definition at line 656 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 656 of file mongoose.cc

Member Data Documentation

const char* frozen::cur

Definition at line 658 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 658 of file mongoose.cc

Referenced by cur(), doit(), expect(), left(), parse_array(), parse_identifier(), parse_json(), parse_json2(), parse_key(), parse_number(), parse_object(), parse_string(), skip_whitespaces(), and test_and_skip().

int frozen::do_realloc

Definition at line 662 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 662 of file mongoose.cc

Referenced by capture_ptr(), and parse_json2().

const char* frozen::end

Definition at line 657 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 657 of file mongoose.cc

Referenced by cur(), doit(), left(), parse_identifier(), parse_json(), parse_json2(), parse_key(), parse_number(), parse_string(), and skip_whitespaces().

int frozen::max_tokens

Definition at line 660 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 660 of file mongoose.cc

Referenced by capture_len(), capture_ptr(), and parse_json().

int frozen::num_tokens

Definition at line 661 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 661 of file mongoose.cc

Referenced by capture_len(), capture_ptr(), doit(), expect(), parse_array(), parse_identifier(), parse_number(), parse_object(), and parse_string().

struct json_token* frozen::tokens

Definition at line 659 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 659 of file mongoose.cc

Referenced by capture_len(), capture_ptr(), parse_json(), and parse_json2().


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