|
CX Framework
Cross-platform C utility framework
|
#include <objiface.h>
Data Fields | |
| ObjIface * | _implements |
| Implementation only: pointer to interface template being implemented. | |
| ObjIface * | _parent |
| Template only: parent interface for inheritance (NULL if no parent) | |
| size_t | _size |
| Size of the entire interface structure including method pointers. | |
Core interface structure
This structure has different interpretations based on context. See the Interfaces overview for detailed explanation of template vs implementation forms.
Definition at line 52 of file objiface.h.