
Public Member Functions | |
| function_impl (f10 f) | |
| var | call (const var &a0, const var &a1, const var &a2, const var &a3, const var &a4, const var &a5, const var &a6, const var &a7, const var &a8, const var &a9) |
| Call the object with 10 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 364 of file libdynamic/functor.cpp.
| int dynamic::types::function_impl< f10 >::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 372 of file libdynamic/functor.cpp.
1.5.7.1