RetroArch
Classes | Typedefs | Enumerations
simple_json Namespace Reference

Classes

class  Stream
 

Typedefs

using State = std::pair< Type, bool >
 
using Stack = std::stack< State >
 

Enumerations

enum  Type { Type::Object, Type::Array }
 

Typedef Documentation

◆ Stack

using simple_json::Stack = typedef std::stack<State>

◆ State

using simple_json::State = typedef std::pair<Type, bool>

Enumeration Type Documentation

◆ Type

enum simple_json::Type
strong
Enumerator
Object 
Array