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
7namespace Json { class Value; }
8// clang-format on
9
10namespace JsonUtil {
11
12class SchemaConverterCollection {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 SchemaConverterCollection& operator=(SchemaConverterCollection const&);
22 SchemaConverterCollection();
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29#ifdef LL_PLAT_C
30 MCNAPI explicit SchemaConverterCollection(::Json::Value& node);
31#endif
32
33 MCNAPI ::JsonUtil::SchemaConverterCollection&
34 operator()(::std::string const& filterString, bool forceCaseInsensitive);
35
36 MCNAPI ::JsonUtil::SchemaConverterCollection& operator()(uint64 minIndex, uint64 maxIndex, bool);
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
45
46#ifdef LL_PLAT_C
47 MCNAPI void* $ctor(::Json::Value& node);
48#endif
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace JsonUtil
Definition SchemaConverterCollection.h:12
MCAPI::JsonUtil::SchemaConverterCollection & operator()(::std::string const &filterString, bool forceCaseInsensitive)
MCAPI void * $ctor(::JsonUtil::SchemaConverterCollection const &)
MCAPI SchemaConverterCollection(::JsonUtil::SchemaConverterCollection const &)
MCAPI::JsonUtil::SchemaConverterCollection & operator()(uint64 minIndex, uint64 maxIndex, bool)
Definition Value.h:16
Definition Alias.h:14