LeviLamina
Loading...
Searching...
No Matches
ReflectedType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cereal::internal {
6
7
enum class
ReflectedType :
int
{
8
Null = 0,
9
Bool = 1,
10
String = 2,
11
Int8 = 3,
12
Uint8 = 4,
13
Int16 = 5,
14
Uint16 = 6,
15
Int32 = 7,
16
Uint32 = 8,
17
Int64 = 9,
18
Uint64 = 10,
19
Float = 11,
20
Double = 12,
21
Enum = 13,
22
SequenceContainer = 14,
23
AssociativeContainer = 15,
24
Object = 16,
25
};
26
27
}
src
mc
deps
cereal
schema
ReflectedType.h
Generated on Sat Apr 26 2025 05:55:24 for LeviLamina by
1.12.0