LeviLamina
Loading...
Searching...
No Matches
FastWriter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/json/Writer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Json {
class
Value
; }
11
// clang-format on
12
13
namespace
Json {
14
15
class
FastWriter :
public
::Json::Writer
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 32, ::std::string> document_;
20
::ll::TypedStorage<1, 1, bool> yamlCompatiblityEnabled_;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~FastWriter()
/*override*/
;
27
28
virtual ::std::string write(
::Json::Value
const
& root)
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI FastWriter();
35
36
MCAPI
void
writeValue(
::Json::Value
const
& value);
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCAPI
void
* $ctor();
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
MCAPI
void
$dtor();
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI ::std::string $write(
::Json::Value
const
& root);
55
56
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
65
66
}
// namespace Json
Json::FastWriter::$vftable
static MCAPI void ** $vftable()
Json::Value
Definition
Value.h:16
Json::Writer
Definition
Writer.h:12
src
mc
deps
json
FastWriter.h
Generated on
for LeviLamina by
1.16.1