LeviLamina
Loading...
Searching...
No Matches
INISection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
class
INIProperty
; }
8
// clang-format on
9
10
namespace
cereal {
11
12
struct
INISection
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 32, ::std::string> name;
17
::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::cereal::INIProperty>> properties;
18
// NOLINTEND
19
};
20
21
}
// namespace cereal
cereal::INIProperty
Definition
INIProperty.h:7
cereal::INISection
Definition
INISection.h:12
src
mc
deps
cereal
INISection.h
Generated on
for LeviLamina by
1.16.1