LeviLamina
Loading...
Searching...
No Matches
ArmSize.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/persona/ArmSizeType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace persona { struct SizeInfo; }
11// clang-format on
12
13namespace persona {
14
15class ArmSize {
16public:
17 // ArmSize inner types define
18 using SizeInfoList = ::std::unordered_map<::SharedTypes::persona::ArmSizeType, ::persona::SizeInfo>;
19
20 using Type = ::SharedTypes::persona::ArmSizeType;
21
22public:
23 // static functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCAPI static ::std::string getStringFromType(::SharedTypes::persona::ArmSizeType armSizeType);
27#endif
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::std::unordered_map<::SharedTypes::persona::ArmSizeType, ::persona::SizeInfo> const& mInfoList();
34 // NOLINTEND
35};
36
37} // namespace persona
Definition ArmSize.h:15
Definition SizeInfo.h:7