LeviLamina
Loading...
Searching...
No Matches
HashedStringConstraint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/ConstraintHandle.h"
7
#include "mc/deps/cereal/ContextArea.h"
8
#include "mc/deps/cereal/StringConstraint.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
HashedString
;
13
namespace
cereal {
class
SerializerContext
; }
14
namespace
cereal::internal {
struct
ConstraintDescription
; }
15
// clang-format on
16
17
namespace
SharedTypes {
18
19
class
HashedStringConstraint :
public
::cereal::ConstraintHandle
<::SharedTypes::HashedStringConstraint> {
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::TypedStorage<8, 104, ::cereal::StringConstraint> mConstraint;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
HashedStringConstraint();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
explicit
HashedStringConstraint(
::cereal::StringConstraint
constraint);
34
35
MCFOLD ::cereal::internal::ConstraintDescription description(::cereal::ContextArea req)
const
;
36
37
MCAPI
void
validateValue(
::HashedString
const
& value,
::cereal::SerializerContext
&
context
)
const
;
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(
::cereal::StringConstraint
constraint);
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
52
53
}
// namespace SharedTypes
HashedString
Definition
HashedString.h:5
SharedTypes::HashedStringConstraint::$vftable
static MCAPI void ** $vftable()
cereal::ConstraintHandle
Definition
ConstraintHandle.h:8
cereal::SerializerContext
Definition
SerializerContext.h:17
cereal::StringConstraint
Definition
StringConstraint.h:18
cereal::internal::ConstraintDescription
Definition
ConstraintDescription.h:7
context
Definition
context.h:5
src
mc
deps
shared_types
shared_types
HashedStringConstraint.h
Generated on
for LeviLamina by
1.16.1