
Public Member Functions | |
| function_impl (f1 f) | |
| var | call (const var &a0) |
| Call the object with 1 argument. | |
| 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 95 of file libdynamic/functor.cpp.
| int dynamic::types::function_impl< f1 >::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 102 of file libdynamic/functor.cpp.
1.5.7.1