wrenpp/include
King_DuckZ 09530e15c9 Use a better ID for identifying classes.
Upon testing (and reading), getting the address of a static
is safe even across .so boundaries. Moreover it doesn't incur
into the risk of collisions, unlike hashes, and also works
with different classes with the same name (for example from
two different unnamed namespaces). At this point the crc32
stuff is pretty much redundant, I'll try to remove it next.
2022-06-03 09:39:43 +02:00
..
wrenpp Use a better ID for identifying classes. 2022-06-03 09:39:43 +02:00
meson.build Add make_foreign_object() overload 2022-04-29 12:34:01 +02:00