G
Guest
Hi,
In header file, I see this declaration:
#define DECLARE_VTBL(iname) iname vt##iname;
then, in C file, there are below codes:
typedef struct _Abc {
..........
} abc;
DECLARE_VTBL(abc)
I don't understant these code. Could someone explain me what it does?
Thanks
Tran Hong Quang
In header file, I see this declaration:
#define DECLARE_VTBL(iname) iname vt##iname;
then, in C file, there are below codes:
typedef struct _Abc {
..........
} abc;
DECLARE_VTBL(abc)
I don't understant these code. Could someone explain me what it does?
Thanks
Tran Hong Quang