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-30 01:36:41 +01:00
2020-12-30 20:40:30 +01:00
2020-11-23 18:37:40 +01:00
2020-12-30 12:53:39 +01:00
2020-12-30 12:53:39 +01:00
2020-12-30 12:53:39 +01:00
2020-12-21 18:26:18 +01:00
2020-12-15 11:58:47 +01:00
2020-10-09 20:52:17 +02:00
2020-08-17 18:05:35 +02:00
2020-12-30 12:53:39 +01:00
2020-12-30 12:53:39 +01:00
2020-12-30 20:40:30 +01:00
2021-01-01 15:33:30 +01:00
2020-12-30 20:40:30 +01:00
2020-09-25 21:18:17 +02:00
2020-08-17 18:05:35 +02:00
2020-08-17 18:05:35 +02:00
2020-10-30 17:03:28 +01:00
2020-10-30 17:03:28 +01:00
2020-10-02 20:47:57 +02:00
2020-12-31 21:59:20 +01:00
2020-12-10 20:42:11 +01:00
2020-12-21 18:26:18 +01:00
2020-12-30 12:53:39 +01:00
2020-12-30 12:53:39 +01:00
2020-12-30 01:36:41 +01:00
2020-08-17 18:05:35 +02:00
2020-12-10 20:42:11 +01:00
2020-12-10 20:42:11 +01:00
2020-12-10 20:42:11 +01:00
2020-12-15 11:58:47 +01:00
2020-11-27 21:32:41 +01:00
2020-12-21 00:09:48 +01:00
2020-11-10 11:55:18 +01:00
2020-08-27 10:12:04 +02:00
2020-12-21 00:09:48 +01:00
2020-08-17 18:05:35 +02:00
2020-10-09 20:52:17 +02:00
2020-08-17 18:05:35 +02:00