LeviLamina
Loading...
Searching...
No Matches
ReplacePage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
BookEditAction {
6
7
struct
ReplacePage {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<4, 4, int> mPageIndex;
12
::ll::TypedStorage<8, 32, ::std::string> mPageText;
13
::ll::TypedStorage<8, 32, ::std::string> mPhotoName;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
ReplacePage(ReplacePage
const
&);
19
ReplacePage();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCFOLD ::BookEditAction::ReplacePage& operator=(
::BookEditAction::ReplacePage
&&);
25
26
MCFOLD ::BookEditAction::ReplacePage& operator=(
::BookEditAction::ReplacePage
const
&);
27
28
MCFOLD
bool
operator==(
::BookEditAction::ReplacePage
const
&)
const
;
29
30
MCAPI ~ReplacePage();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCFOLD
void
$dtor();
37
// NOLINTEND
38
};
39
40
}
// namespace BookEditAction
BookEditAction::ReplacePage
Definition
ReplacePage.h:7
src
mc
network
packet
book_edit_action
ReplacePage.h
Generated on
for LeviLamina by
1.16.1