TOC PREV NEXT INDEX

OMfunc_to_name

Synopsis


OMobj_name _OMfunc_to_name (OMpfi__function );

Description

OMfunc_to_name queries AVS/Express' internal table that maps functions to function identifiers, and returns the identifier corresponding to a specified function.

Arguments

function
The name of a C function.

Examples


/* Return the identifier corresponding to function add_num. */
OMobj_name function_identifier;
...
function_identifier = OMfunc_to_name((OMpfi)add_num);

See Also

OMadd_named_func
OMadd_named_funcs
OMname_to_func

TOC PREV NEXT INDEX