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);
32 MCAPI static ::Attribute& getByName(
::HashedString const& attribute);
38 MCAPI
void* $ctor(
::HashedString const& name, ::RedefinitionMode redefMode,
bool isSyncable);