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

#include <serialization.h>

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

Public Member Functions

 JsonWriter (char *dest, size_t maxLen)
 
size_t Size () const
 

Public Attributes

DirectStringBuffer stringBuffer_
 
StackAllocator stackAlloc_
 

Constructor & Destructor Documentation

◆ JsonWriter()

JsonWriter::JsonWriter ( char *  dest,
size_t  maxLen 
)
inline

Member Function Documentation

◆ Size()

size_t JsonWriter::Size ( ) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ stackAlloc_

StackAllocator JsonWriter::stackAlloc_

◆ stringBuffer_

DirectStringBuffer JsonWriter::stringBuffer_

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