This struct holds the ops and the size of the ops. More...
Data Fields | |
const Eo_Op_Description * | descs |
The op descriptions array of size count. More... | |
size_t | count |
Number of op descriptions. More... | |
This struct holds the ops and the size of the ops.
Please use the #EO_CLASS_DESCRIPTION_OPS macro when populating it.
const Eo_Op_Description* _Eo_Ops::descs |
The op descriptions array of size count.
size_t _Eo_Ops::count |
Number of op descriptions.
Referenced by eo_class_name_get().