jubilant-funicular
Public Member Functions | Public Attributes | List of all members
utils::Json::JsonToken Struct Reference

Used for tokenizing strings before parsing them into Json objects. More...

Collaboration diagram for utils::Json::JsonToken:
Collaboration graph
[legend]

Public Member Functions

 JsonToken (char c)
 
 JsonToken (const std::string &str)
 
 JsonToken (const JsonToken &other)
 
JsonTokenoperator= (const JsonToken &other)
 
bool operator== (const JsonToken &rhs) const
 
bool operator!= (const JsonToken &rhs) const
 

Public Attributes

JsonTokenType type
 
union {
char * str
 
JsonNum num
 
}; 
 

Detailed Description

Used for tokenizing strings before parsing them into Json objects.

Definition at line 223 of file Json.h.


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