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

Go to the source code of this file.

Functions

int RTOp_obj_free_free (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void **obj)
 

Function Documentation

int RTOp_obj_free_free ( const struct RTOp_obj_type_vtbl_t vtbl,
const void instance_data,
void **  obj 
)

Definition of function to be used for obj_free in RTOp_RTOp_vtbl_t which simply calls free(...).

Parameters
vtbl[in] Totally ignored.
instance_data[in] Totally ignored.
obj[in/out] If *obj != NULL on input then free(*obj) is called. On output, *obj is set to NULL.
Returns
Returns 0 for success.

Definition at line 48 of file RTOp_obj_free_free.c.