CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ObjIface Struct Reference

#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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: