1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 09:15:33 +00:00
openmw/apps/openmw_test_suite/esm
elsid 069d4255b9
Make ESM::RefId to be fixed size cheap to copy
Use std::variant. Store refId strings in unordered_set and use pointer to an
item there. Inserts to unordered_set do not invalidate pointers to values so the
pointer is always valid. Elements are not removed. Assume there is finite number
of string refIds.
2023-03-19 17:20:43 +01:00
..
test_fixed_string.cpp Fix gcc warning: array subscript 5 is outside array bounds of ‘const char [5]’ 2023-01-06 22:09:07 +01:00
testrefid.cpp Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
variant.cpp Add missing include 2023-02-13 10:02:30 +01:00