Mistake on this page? Email us
functionpointer.h File Reference

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

#include <string.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

class  FP0< R >
 
class  FP1< R, A1 >
 
class  FP2< R, A1, A2 >
 
class  FP3< R, A1, A2, A3 >
 

Typedefs

typedef FP0< void > FP
 

Detailed Description

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