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
14struct JSONSchemaProperty {
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 JSONSchemaProperty& operator=(JSONSchemaProperty const&);
27 JSONSchemaProperty();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI JSONSchemaProperty(::JSONSchemaProperty const&);
33
35 ::std::string filename,
36 ::JSONSchemaArea areaType,
37 ::JSONSchemaPath pathType,
38 ::SemVersion optionalVersion
39 );
40
41#ifdef LL_PLAT_S
42 MCNAPI ::JSONSchemaArea area() const;
43
44 MCNAPI ::std::string const& name() const;
45#endif
46
47 MCNAPI ::JSONSchemaProperty& operator=(::JSONSchemaProperty&&);
48
49#ifdef LL_PLAT_S
50 MCNAPI ::JSONSchemaPath path() const;
51
52 MCNAPI ::SemVersion const& version() const;
53#endif
54
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor(::JSONSchemaProperty const&);
62
63 MCNAPI void*
64 $ctor(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType, ::SemVersion optionalVersion);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCNAPI void $dtor();
71 // NOLINTEND
72};
Definition SemVersion.h:15
MCAPI void $dtor()
MCAPI ~JSONSchemaProperty()
MCAPI JSONSchemaProperty(::JSONSchemaProperty const &)
MCAPI::JSONSchemaProperty & operator=(::JSONSchemaProperty &&)
MCAPI void * $ctor(::JSONSchemaProperty const &)
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