
Public Member Functions | |
| function_impl (f0 f) | |
| var | call () |
| Call the object with no 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 67 of file libdynamic/functor.cpp.
| int dynamic::types::function_impl< f0 >::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 74 of file libdynamic/functor.cpp.
1.5.7.1