|
MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <RTOp.h>
Public Attributes | |
| void * | obj_data |
| const struct RTOp_RTOp_vtbl_t * | vtbl |
Reduction/transformation operation class (struct).
Instantiations of this type are used as polymorphic objects for applying reduction/transformation operations on sub-vectors.
Strictly speaking, the class of the object is determined by the virtual function table that vtbl points to while the specific object instance data is pointed to by obj_data. This design allows complete polymorphic objects in C.
| const struct RTOp_RTOp_vtbl_t* RTOp_RTOp::vtbl |
1.8.6