
Public Member Functions | |
| function_impl (vf5 f) | |
| var | call (const var &a0, const var &a1, const var &a2, const var &a3, const var &a4) |
| Call the object with 5 arguments. | |
| int | max_args () |
| Return the maximum number arguments that the object can be called with. | |
| void * | as_ptr () |
| Converts to a pointer (default=0). | |
Definition at line 229 of file libdynamic/functor.cpp.
| int dynamic::types::function_impl< vf5 >::max_args | ( | ) | [inline, virtual] |
Return the maximum number arguments that the object can be called with.
Returns -1 if the object cannot be called.
Reimplemented from dynamic::var_impl.
Definition at line 237 of file libdynamic/functor.cpp.
1.5.7.1