LeviLamina
Loading...
Searching...
No Matches
PersistenceGroupMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/PersistenceScope.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Services {
14
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
35 ::std::string const& groupNamespace,
36 ::std::string const& name,
37 ::Editor::Services::PersistenceScope scope,
38 ::std::vector<int> versions
39 );
40
41 MCNAPI ::Editor::Services::PersistenceGroupMetadata& operator=(::Editor::Services::PersistenceGroupMetadata&&);
42
43 MCNAPI ::Editor::Services::PersistenceGroupMetadata& operator=(::Editor::Services::PersistenceGroupMetadata const&);
44
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor();
58
60
61 MCNAPI void* $ctor(
62 ::std::string const& groupNamespace,
63 ::std::string const& name,
64 ::Editor::Services::PersistenceScope scope,
65 ::std::vector<int> versions
66 );
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74};
75
76} // namespace Editor::Services
Definition PersistenceGroupMetadata.h:15
MCAPI void * $ctor(::Editor::Services::PersistenceGroupMetadata const &)
MCAPI PersistenceGroupMetadata(::Editor::Services::PersistenceGroupMetadata const &)
static MCAPI void bindTypes(::cereal::ReflectionCtx &ctx)
MCAPI PersistenceGroupMetadata(::std::string const &groupNamespace, ::std::string const &name, ::Editor::Services::PersistenceScope scope, ::std::vector< int > versions)
MCAPI::Editor::Services::PersistenceGroupMetadata & operator=(::Editor::Services::PersistenceGroupMetadata &&)
MCAPI void * $ctor(::std::string const &groupNamespace, ::std::string const &name, ::Editor::Services::PersistenceScope scope, ::std::vector< int > versions)
MCAPI::Editor::Services::PersistenceGroupMetadata & operator=(::Editor::Services::PersistenceGroupMetadata const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14