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 MCNAPI ::JsonUtil::SchemaConverterCollection&
30 operator()(::std::string const& filterString, bool forceCaseInsensitive);
31
32 MCNAPI ::JsonUtil::SchemaConverterCollection& operator()(uint64 minIndex, uint64 maxIndex, bool);
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
41
42 MCNAPI_C void* $ctor(::Json::Value& node);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
51
52} // 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