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(SchemaConverterCollection const&);
23 SchemaConverterCollection();
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCNAPI ::JsonUtil::SchemaConverterCollection copy() const;
31
32 MCNAPI ::JsonUtil::SchemaConverterCollection&
33 operator()(::std::string const& filterString, bool forceCaseInsensitive);
34
35 MCNAPI ::JsonUtil::SchemaConverterCollection& operator()(uint64 minIndex, uint64 maxIndex, bool);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::Json::Value& node);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace JsonUtil
MCAPI::JsonUtil::SchemaConverterCollection copy() const
MCAPI void * $ctor(::Json::Value &node)
MCAPI::JsonUtil::SchemaConverterCollection & operator()(::std::string const &filterString, bool forceCaseInsensitive)
MCAPI SchemaConverterCollection(::Json::Value &node)
MCAPI::JsonUtil::SchemaConverterCollection & operator()(uint64 minIndex, uint64 maxIndex, bool)
Definition Value.h:16
Definition Alias.h:14