RetroArch
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
JsonDocument Class Reference

#include <serialization.h>

Inheritance diagram for JsonDocument:
[legend]
Collaboration diagram for JsonDocument:
[legend]

Public Member Functions

 JsonDocument ()
 

Public Attributes

char parseBuffer_ [32 *1024]
 
MallocAllocator mallocAllocator_
 
PoolAllocator poolAllocator_
 
StackAllocator stackAllocator_
 

Static Public Attributes

static const int kDefaultChunkCapacity = 32 * 1024
 

Constructor & Destructor Documentation

◆ JsonDocument()

JsonDocument::JsonDocument ( )
inline

Member Data Documentation

◆ kDefaultChunkCapacity

const int JsonDocument::kDefaultChunkCapacity = 32 * 1024
static

◆ mallocAllocator_

MallocAllocator JsonDocument::mallocAllocator_

◆ parseBuffer_

char JsonDocument::parseBuffer_[32 *1024]

◆ poolAllocator_

PoolAllocator JsonDocument::poolAllocator_

◆ stackAllocator_

StackAllocator JsonDocument::stackAllocator_

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