Data Fields
_Eo_Ops Struct Reference

This struct holds the ops and the size of the ops. More...

Data Fields

const Eo_Op_Descriptiondescs
 The op descriptions array of size count. More...
 
size_t count
 Number of op descriptions. More...
 

Detailed Description

This struct holds the ops and the size of the ops.

Please use the #EO_CLASS_DESCRIPTION_OPS macro when populating it.

Field Documentation

§ descs

const Eo_Op_Description* _Eo_Ops::descs

The op descriptions array of size count.

§ count

size_t _Eo_Ops::count

Number of op descriptions.

Referenced by eo_class_name_get().