_Eo_Op_Description Struct Reference
This struct holds the description of a specific op. More...
Data Fields | |
| Eo_Op | sub_op |
| The sub_id of the op in it's class. | |
| const char * | name |
| The name of the op. | |
| const char * | doc |
| Explanation about the Op. | |
| Eo_Op_Type | op_type |
| The type of the Op. | |
Detailed Description
This struct holds the description of a specific op.
Field Documentation
| Eo_Op _Eo_Op_Description::sub_op |
The sub_id of the op in it's class.
| const char* _Eo_Op_Description::name |
The name of the op.
Referenced by eo_class_funcs_set().
| const char* _Eo_Op_Description::doc |
Explanation about the Op.
| Eo_Op_Type _Eo_Op_Description::op_type |
The type of the Op.
Referenced by eo_class_funcs_set().
