LeviLamina
Loading...
Searching...
No Matches
CerealComponentItemDataLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class SemVersion;
9namespace cereal { struct ReflectionCtx; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 ::SemVersion documentVersion,
31 ::IPackLoadContext const& packLoadContext,
33 );
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void*
42 $ctor(::SemVersion documentVersion, ::IPackLoadContext const& packLoadContext, ::cereal::ReflectionCtx const& ctx);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
Definition CerealComponentItemDataLoader.h:12
MCAPI CerealComponentItemDataLoader(::SemVersion documentVersion, ::IPackLoadContext const &packLoadContext, ::cereal::ReflectionCtx const &ctx)
MCAPI void * $ctor(::SemVersion documentVersion, ::IPackLoadContext const &packLoadContext, ::cereal::ReflectionCtx const &ctx)
Definition IPackLoadContext.h:20
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14