Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

functionpointer.h File Reference

functionpointer.h File Reference

A class for storing and calling a pointer to a static or member void function. More...

Go to the source code of this file.

Data Structures

class  FP1< R, A1 >
 A class for storing and calling a pointer to a static or member void function. More...
class  FP2< R, A1, A2 >
 A class for storing and calling a pointer to a static or member void function. More...
class  FP3< R, A1, A2, A3 >
 A class for storing and calling a pointer to a static or member void function. More...

Detailed Description

A class for storing and calling a pointer to a static or member void function.

Definition in file functionpointer.h.