LeviLamina
Loading...
Searching...
No Matches
AttributeCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8// auto generated forward declare list
9// clang-format off
10class Attribute;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::Attribute*>> mAttributesMap;
18 ::ll::TypedStorage<4, 4, uint> mIDValueIndex;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::Attribute& getAttribute(::HashedString const& name);
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static bool hasAttribute(::HashedString const& name);
31 // NOLINTEND
32};
Definition AttributeCollection.h:13
Definition Attribute.h:9
Definition HashedString.h:5