LeviLamina
Loading...
Searching...
No Matches
FilterInputDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class FilterInput;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI explicit FilterInputDefinition(int i);
28
29 MCAPI FilterInputDefinition(::FilterInput f, ::std::string const& d);
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(int i);
38
39 MCAPI void* $ctor(::FilterInput f, ::std::string const& d);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
Definition FilterInput.h:5
Definition FilterInputDefinition.h:10
Definition Alias.h:14