LeviLamina
Loading...
Searching...
No Matches
SchemaConverterCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace JsonUtil {
6
8public:
9 // member variables
10 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
23
24 MCAPI ::JsonUtil::SchemaConverterCollection&
25 operator()(::std::string const& filterString, bool forceCaseInsensitive);
26
27 MCAPI ::JsonUtil::SchemaConverterCollection& operator()(uint64 maxIndex, uint64 minIndex, bool);
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::JsonUtil::SchemaConverterCollection const&);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCFOLD void $dtor();
42 // NOLINTEND
43};
44
45} // namespace JsonUtil
Definition SchemaConverterCollection.h:7
Definition Alias.h:14