LeviLamina
Loading...
Searching...
No Matches
AddPage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
BookEditAction {
6
7
struct
AddPage {
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
AddPage& operator=(AddPage
const
&);
19
AddPage();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI AddPage(
::BookEditAction::AddPage
const
&);
25
26
MCFOLD ::BookEditAction::AddPage& operator=(
::BookEditAction::AddPage
&&);
27
// NOLINTEND
28
29
public
:
30
// constructor thunks
31
// NOLINTBEGIN
32
MCFOLD
void
* $ctor(
::BookEditAction::AddPage
const
&);
33
// NOLINTEND
34
};
35
36
}
// namespace BookEditAction
BookEditAction::AddPage
Definition
AddPage.h:7
src
mc
network
packet
book_edit_action
AddPage.h
Generated on
for LeviLamina by
1.16.1