Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ifunction< void > Class Template Reference
[function]
The base interface template for functions taking void parameters. More...
#include <function.h>
Inherited by function< TObject, void >, function< void, void >, function_fv< Function >, function_imv< TObject, Instance, Function >, and function_mv< TObject, Function >.
Public Types | |
typedef void | parameter_type |
The type of parameter sent to the function. | |
Public Member Functions | |
virtual void | operator() ()=0 |
The function operator that will be overridden. |
Detailed Description
template<>
class etl::ifunction< void >
The base interface template for functions taking void parameters.
Definition at line 70 of file function.h.
Member Typedef Documentation
typedef void parameter_type |
The type of parameter sent to the function.
Reimplemented in function_mv< TObject, Function >, function_imv< TObject, Instance, Function >, and function_fv< Function >.
Definition at line 74 of file function.h.
Member Function Documentation
virtual void operator() | ( | ) | [pure virtual] |
The function operator that will be overridden.
Implemented in function< TObject, void >, function< void, void >, function_mv< TObject, Function >, function_imv< TObject, Instance, Function >, and function_fv< Function >.
Generated on Tue Jul 12 2022 14:05:50 by
