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-05-17 21:59:48 +02:00
2019-07-17 20:16:44 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:06:20 +02:00
2019-07-24 08:42:55 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-18 10:18:16 +02:00
2019-07-25 19:49:28 +02:00
2019-07-18 07:23:26 +02:00
2019-07-10 15:22:44 +02:00
2019-06-21 18:37:47 +02:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-07-17 20:16:44 +02:00
2019-07-17 20:16:44 +02:00
2019-07-24 09:04:57 +02:00
2019-07-25 19:49:28 +02:00
2019-06-07 11:47:19 +02:00
2019-05-28 17:31:20 +02:00
2019-04-26 21:09:56 +02:00
2019-07-18 10:18:16 +02:00
2019-07-21 10:23:21 +02:00
2019-07-25 19:49:28 +02:00
2019-07-17 20:16:44 +02:00
2019-07-18 10:18:16 +02:00
2019-07-17 20:16:44 +02:00
2019-07-25 19:49:28 +02:00
2019-07-24 09:04:57 +02:00
2019-07-24 09:04:57 +02:00
2019-07-21 10:23:21 +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-14 00:06:47 +02:00