MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
RTOp_obj_null_vtbl.h File Reference
#include "RTOp.h"
Include dependency graph for RTOp_obj_null_vtbl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl
 

Variable Documentation

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.