Andreas Kling
a599317624
LibCore: Introduce a C_OBJECT macro.
...
This macro goes at the top of every CObject-derived class like so:
class SomeClass : public CObject {
C_OBJECT(SomeClass)
public:
...
At the moment, all it does is create an override for the class_name() getter
but in the future this will be used to automatically insert member functions
into these classes.
2019-07-25 19:49:28 +02:00
..
2019-07-13 10:27:19 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-09 22:10:03 +02:00
2019-07-18 10:18:16 +02:00
2019-07-09 22:10:03 +02:00
2019-07-09 22:10:03 +02:00
2019-07-23 20:51:08 +02:00
2019-07-23 18:16:25 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-18 10:06:20 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-17 21:03:01 +02:00
2019-07-18 10:18:16 +02:00
2019-07-23 18:20:00 +02:00
2019-07-25 19:49:28 +02:00
2019-07-22 20:12:35 +02:00
2019-07-22 20:08:25 +02:00
2019-07-18 10:18:16 +02:00
2019-07-24 10:25:43 +02:00
2019-07-17 21:03:01 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-15 06:50:32 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-24 10:25:43 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-11 15:49:47 +02:00
2019-07-18 10:18:16 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-24 09:13:06 +02:00
2019-07-24 09:13:06 +02:00
2019-07-24 09:13:06 +02:00
2019-07-24 09:13:06 +02:00
2019-07-17 21:03:01 +02:00
2019-07-04 16:16:50 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-20 19:32:12 +02:00
2019-07-20 19:32:12 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-07-13 10:27:19 +02:00
2019-07-25 19:49:28 +02:00
2019-07-20 22:17:46 +02:00
2019-07-04 16:16:50 +02:00
2019-07-07 21:50:38 +02:00
2019-07-25 19:49:28 +02:00
2019-07-20 22:39:24 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-24 09:13:06 +02:00
2019-07-25 19:49:28 +02:00
2019-07-25 19:49:28 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-25 19:49:28 +02:00
2019-07-04 16:16:50 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-23 18:20:00 +02:00
2019-07-25 19:49:28 +02:00
2019-07-14 00:06:47 +02:00
2019-07-21 21:38:30 +02:00
2019-07-21 21:28:48 +02:00