Andreas Kling
865f524d5b
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
...
Now that we have RTTI in userspace, we can do away with all this manual
hackery and use dynamic_cast.
We keep the is<T> and downcast<T> helpers since they still provide good
readability improvements. Note that unlike dynamic_cast<T>, downcast<T>
does not fail in a recoverable way, but will assert if the object being
casted is not a T.
2021-01-01 15:33:30 +01:00
..
2020-12-17 01:42:03 +01:00
2021-01-01 15:33:30 +01:00
2020-12-18 10:25:50 +01:00
2020-12-12 19:31:46 +01:00
2020-12-15 19:33:53 +01:00
2021-01-01 15:33:30 +01:00
2020-12-12 21:28:29 +01:00
2020-12-12 21:28:29 +01:00
2020-12-06 20:05:04 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-12-12 00:29:49 +01:00
2020-12-12 00:29:49 +01:00
2020-11-22 16:07:53 +01:00
2021-01-01 15:33:30 +01:00
2020-12-30 20:40:30 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-12-15 20:40:10 +01:00
2020-12-15 19:33:53 +01:00
2020-12-15 19:33:53 +01:00
2021-01-01 15:33:30 +01:00
2020-12-09 21:05:06 +01:00
2020-12-09 21:05:06 +01:00
2020-12-15 19:33:53 +01:00
2020-12-17 21:10:57 +01:00
2020-12-17 21:10:57 +01:00
2020-12-04 18:02:21 +01:00
2020-12-04 15:46:58 +01:00
2020-12-15 19:33:53 +01:00
2021-01-01 15:33:30 +01:00
2020-12-15 19:33:53 +01:00
2020-11-22 15:56:27 +01:00
2020-12-16 15:46:43 +01:00
2021-01-01 15:33:30 +01:00
2020-12-15 19:33:53 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-11-29 16:23:12 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-12-06 20:05:04 +01:00
2020-12-06 20:05:04 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00
2020-12-18 11:04:29 +01:00
2021-01-01 15:33:30 +01:00
2020-11-29 22:26:54 +01:00
2020-11-26 21:22:42 +01:00
2020-11-22 15:56:27 +01:00
2021-01-01 15:33:30 +01:00