LeviLamina
Loading...
Searching...
No Matches
Json::StyledWriter Class Reference
+ Inheritance diagram for Json::StyledWriter:

Public Types

using ChildValues = ::std::vector<::std::string>
 

Public Member Functions

virtual::std::string write (::Json::Value const &root)
 
MCAPI void indent ()
 
MCAPI bool isMultineArray (::Json::Value const &value)
 
MCAPI void pushValue (::std::string const &value)
 
MCAPI void unindent ()
 
MCAPI void writeArrayValue (::Json::Value const &value)
 
MCAPI void writeIndent ()
 
MCAPI void writeValue (::Json::Value const &value)
 
MCAPI void writeWithIndent (::std::string const &value)
 
MCAPI void $dtor ()
 
MCAPI::std::string $write (::Json::Value const &root)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > childValues_
 
::ll::TypedStorage< 8, 32, ::std::string > document_
 
::ll::TypedStorage< 8, 32, ::std::string > indentString_
 
::ll::TypedStorage< 4, 4, int > rightMargin_
 
::ll::TypedStorage< 4, 4, int > indentSize_
 
::ll::TypedStorage< 1, 1, bool > addChildValues_
 

Member Function Documentation

◆ write()

virtual::std::string Json::StyledWriter::write ( ::Json::Value const & root)
virtual

Implements Json::Writer.


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