![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
#include <instance.h>
Public Attributes | |
| struct mcr_Interface * | interface |
| struct mcr_DataMember | data_member |
Example of an instance of an interface.
Definition at line 37 of file instance.h.
| struct mcr_DataMember mcr_Instance::data_member |
Actual data of this instance
Definition at line 41 of file instance.h.
| struct mcr_Interface* mcr_Instance::interface |
A reference to the interface
Definition at line 39 of file instance.h.