LeviLamina
Loading...
Searching...
No Matches
ExperimentStorage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ExperimentStorage
{
6
public
:
7
// ExperimentStorage inner types define
8
using
ExperimentData = ::std::vector<bool>;
9
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 32, ::std::vector<bool>> mExperimentData;
14
::ll::TypedStorage<8, 32, ::std::vector<bool>> mDeprecatedData;
15
::ll::TypedStorage<1, 1, bool> mExperimentsEverToggled;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
ExperimentStorage
(
ExperimentStorage
const
&);
21
ExperimentStorage
();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCNAPI ::ExperimentStorage&
operator=
(
::ExperimentStorage
&&);
27
28
MCNAPI ::ExperimentStorage&
operator=
(
::ExperimentStorage
const
&);
29
30
MCNAPI
~ExperimentStorage
();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCNAPI
void
$dtor
();
37
// NOLINTEND
38
};
ExperimentStorage
Definition
ExperimentStorage.h:5
ExperimentStorage::operator=
MCAPI::ExperimentStorage & operator=(::ExperimentStorage const &)
ExperimentStorage::$dtor
MCAPI void $dtor()
ExperimentStorage::~ExperimentStorage
MCAPI ~ExperimentStorage()
ExperimentStorage::operator=
MCAPI::ExperimentStorage & operator=(::ExperimentStorage &&)
src
mc
world
level
storage
ExperimentStorage.h
Generated on Fri Jun 13 2025 05:05:23 for LeviLamina by
1.12.0