|
MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp.h"

Go to the source code of this file.
Variables | |
| const struct RTOp_obj_type_vtbl_t | RTOp_obj_null_vtbl |
| const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl |
Virtual function table for a null (none) object.
The functions do the following:
get_obj_type_num_entries(...) vtbl [in] Ignored instance_data [in] Ignored num_values [out] Returns 0 num_indexes [out] Returns 0 num_chars [out] Returns 0 obj_create(...) vtbl [in] Ignored instance_data [in] Ignored obj [out] set to NULL obj_reinit(...) Does nothing obj_free(...) Does nothing extract_state(...) Does nothing load_state(...) Does nothing Definition at line 114 of file RTOp_obj_null_vtbl.c.
1.8.6