MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp.h"
Go to the source code of this file.
Classes | |
struct | RTOp_value_value_type |
Typedefs | |
typedef double | crap |
const struct RTOp_obj_type_vtbl_t | RTOp_obj_value_value_vtbl |
typedef double crap |
Definition at line 49 of file RTOp_obj_value_value_vtbl.h.
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_value_vtbl |
Virtual function table for a simple object of a {RTOp_value_type,RTOp_value_type}
pair.
The functions do the following:
get_obj_type_num_entries(...)
vtbl
[in] Ignored instance_data
[in] Ignored num_values
[out] Returns 2 num_indexes
[out] Returns 0 num_chars
[out] Returns 0 obj_create(...)
vtbl
[in] Ignored instance_data
[in] Ignored obj
[out] Points an allocated to a RTOp_value_value_type
object initialized to {0.0,0.0}
obj_reinit(...)
vtbl
[in] Ignored instance_data
[in] Ignored obj
[in/out] RTOp_value_value_type
object reinitialized to {0.0,0.0}
obj_free(...)
vtbl
[in] Ignored instance_data
[in] Ignored obj
[in/out] allocated object is freed and obj
is set to NULL. extract_state(...)
vtbl
[in] Ignored instance_data
[in] Ignored obj
[in] Allocated RTOp_value_value_type
object. num_values
[in] Must be 2 value_data
[out] value_data[0] = ((RTOp_value_value_type*)obj->value1)
value_data[1] = ((RTOp_value_value_type*)obj->value2)
num_indexes
[in] Must be 0 index_data
[out] Must be NULL num_chars
[in] Must be 0 char_data
[out] Must be NULL load_state(...)
vtbl
[in] Ignored instance_data
[in] Ignored num_values
[in] Must be 2 value_data
[in] Array (size 2) num_indexes
[in] Must be 0 index_data
[in] Must be NULL num_chars
[in] Must be 0 char_data
[in] Must be NULL obj
[in/out] If *obj == NULL
then *obj = malloc(sizeof(RTOp_value_value_type))
and *(RTOp_value_value_type)*obj = {value_data[0],value_data[1]}
Definition at line 148 of file RTOp_obj_value_value_vtbl.c.