LeviLamina
Loading...
Searching...
No Matches
SchemaConverterCollection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value
; }
8
// clang-format on
9
10
namespace
JsonUtil {
11
12
class
SchemaConverterCollection {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 24>
mUnkd21b34;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
SchemaConverterCollection& operator=(SchemaConverterCollection
const
&);
22
SchemaConverterCollection();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI
SchemaConverterCollection
(
::JsonUtil::SchemaConverterCollection
const
&);
28
29
MCNAPI ::JsonUtil::SchemaConverterCollection&
30
operator()
(::std::string
const
& filterString,
bool
forceCaseInsensitive);
31
32
MCNAPI ::JsonUtil::SchemaConverterCollection&
operator()
(uint64 minIndex, uint64 maxIndex,
bool
);
33
34
MCNAPI
~SchemaConverterCollection
();
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCNAPI
void
*
$ctor
(
::JsonUtil::SchemaConverterCollection
const
&);
41
42
MCNAPI_C
void
*
$ctor
(
::Json::Value
& node);
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
MCNAPI
void
$dtor
();
49
// NOLINTEND
50
};
51
52
}
// namespace JsonUtil
JsonUtil::SchemaConverterCollection
Definition
SchemaConverterCollection.h:12
JsonUtil::SchemaConverterCollection::~SchemaConverterCollection
MCAPI ~SchemaConverterCollection()
JsonUtil::SchemaConverterCollection::operator()
MCAPI::JsonUtil::SchemaConverterCollection & operator()(::std::string const &filterString, bool forceCaseInsensitive)
JsonUtil::SchemaConverterCollection::$dtor
MCAPI void $dtor()
JsonUtil::SchemaConverterCollection::$ctor
MCAPI void * $ctor(::JsonUtil::SchemaConverterCollection const &)
JsonUtil::SchemaConverterCollection::SchemaConverterCollection
MCAPI SchemaConverterCollection(::JsonUtil::SchemaConverterCollection const &)
JsonUtil::SchemaConverterCollection::operator()
MCAPI::JsonUtil::SchemaConverterCollection & operator()(uint64 minIndex, uint64 maxIndex, bool)
Json::Value
Definition
Value.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
json_util
SchemaConverterCollection.h
Generated on
for LeviLamina by
1.16.1