|
LeviLamina
|
Public Types | |
| using | PatternIdMapToTemplateItemId = ::std::unordered_map<::HashedString, ::HashedString> |
| using | TemplateItemIdToPatternIdMap = ::std::unordered_map<::HashedString, ::HashedString> |
Public Member Functions | |
| MCAPI bool | doesPatternExist (::HashedString const &patternId) const |
| MCAPI ::std::vector<::TrimPattern > | getAllEntries () const |
| MCAPI ::std::optional<::HashedString > | getPatternIdByItem (::HashedString const &itemId) const |
| MCAPI void | initializeServer (::ItemRegistryRef itemRegistry) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::HashedString > > | mTemplateItemToPatternIdMap |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::HashedString > > | mPatternIdToTemplateItemMap |