LeviLamina
Loading...
Searching...
No Matches
FileDataContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/puv/SlicedLoader.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Editor::Structures::PUVLoader::v1 { struct StructureMetadata; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Structures::PUVLoader::CurrentVersion {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 FileDataContainer& operator=(FileDataContainer const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
40
41 MCNAPI static ::std::optional<::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer> fromString(
43 ::std::string& jsonString,
44 ::std::vector<::std::string>& outErrors
45 );
46
47 MCNAPI static ::std::optional<::std::string>
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace Editor::Structures::PUVLoader::CurrentVersion
Definition SlicedLoader.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::optional<::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer > fromString(::Puv::SlicedLoader<::Editor::Structures::PUVLoader::v1::StructureMetadata, nullptr_t, nullptr_t > &loader, ::std::string &jsonString, ::std::vector<::std::string > &outErrors)
static MCAPI ::std::optional<::std::string > toString(::cereal::ReflectionCtx &ctx, ::Editor::Structures::PUVLoader::v1::StructureMetadata &&loaderMetadata)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14