13 ::ll::TypedStorage<1, 1, ::RedefinitionMode> mRedefinitionMode;
14 ::ll::TypedStorage<1, 1, bool> mSyncable;
15 ::ll::TypedStorage<4, 4, uint> mIDValue;
16 ::ll::TypedStorage<8, 48, ::HashedString> mName;
26 MCAPI Attribute(
::HashedString const& name, ::RedefinitionMode redefMode,
bool isSyncable);
28 MCFOLD uint
const getIDValue()
const;
30 MCFOLD ::HashedString
const& getName()
const;
32 MCFOLD ::RedefinitionMode getRedefinitionMode()
const;
38 MCAPI static ::Attribute& getByName(
::HashedString const& attribute);
44 MCAPI
void* $ctor(
::HashedString const& name, ::RedefinitionMode redefMode,
bool isSyncable);