LeviLamina
Loading...
Searching...
No Matches
FileDataContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Editor::Structures::PUVLoader::v1 { struct StructureMetadata; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace Editor::Structures::PUVLoader::CurrentVersion {
12
13struct FileDataContainer {
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 FileDataContainer& operator=(FileDataContainer const&);
24 FileDataContainer(FileDataContainer const&);
25 FileDataContainer();
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
37
38 MCNAPI static ::std::optional<::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer> fromString(
40 ::std::string& jsonString,
41 ::std::vector<::std::string>& outErrors
42 );
43
44 MCNAPI static ::std::optional<::std::string>
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace Editor::Structures::PUVLoader::CurrentVersion
Definition _HeaderOutputPredefine.h:293
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