Invokes the function described in info with the given arguments.
Note that inout parameters must appear in both argument lists.
| implementor |
Type of the type that implements this virtual function |
| in_args |
an array of Argument<!-- -->s, one for each in parameter of |
| out_args |
an array of Argument<!-- -->s, one for each out parameter of |
| return_value |
return location for the return value of the function. If the function returns void, |
| info |
a VFuncInfo describing the virtual function to invoke |
| n_in_args |
the length of the |
| n_out_args |
the length of the |
|
true if the function has been invoked, false if an error occurred. |