_Eo_Op_Func_Description Struct Reference

Used to associate an Op with a func. More...

Data Fields

Eo_Op op
 The op.
 
eo_op_func_type func
 The function to call for the op.
 
Eo_Op_Type op_type
 The type of the op.
 

Detailed Description

Used to associate an Op with a func.

See Also
eo_class_funcs_set

Field Documentation

eo_op_func_type _Eo_Op_Func_Description::func

The function to call for the op.

Referenced by eo_class_funcs_set().