LeviLamina
Loading...
Searching...
No Matches
JSONSchemaProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/json_schema/JSONSchemaArea.h"
7#include "mc/json_schema/JSONSchemaPath.h"
8
9// auto generated forward declare list
10// clang-format off
11class SemVersion;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 JSONSchemaProperty& operator=(JSONSchemaProperty const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 ::std::string filename,
35 ::JSONSchemaArea areaType,
36 ::JSONSchemaPath pathType,
37 ::SemVersion optionalVersion
38 );
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void*
47 $ctor(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType, ::SemVersion optionalVersion);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
Definition SemVersion.h:15
Definition JSONSchemaProperty.h:14
MCAPI void $dtor()
MCAPI ~JSONSchemaProperty()
MCAPI JSONSchemaProperty(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType, ::SemVersion optionalVersion)
MCAPI void * $ctor(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType, ::SemVersion optionalVersion)
Definition Alias.h:14