Common interfaces ancestor.
stdint.h
stdbool.h
stddef.h
ccportab.h
Returns an object pointer starting by an interface pointer.
Class type name.
Pointer to the interface field within the class structure.
A pointer to an object of type @p c.
vmt->instance_offset)]]>
Initialization of an interface structure.
An interface structure contains only a VMT pointer and no data, the
purpose of this macro is VMT initialization.
Pointer to the interface structure to be initialized.
VMT pointer to be assigned to the interface structure.
vmt = (vmtp);
} while (false)]]>
Common interfaces ancestor.