VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::stub::AnEvent< T > Class Template Reference

A template wrapper for function calls. More...

#include <vici/libifstubs.h>

Inheritance diagram for VICI::stub::AnEvent< T >:
VICI::stub::Event

Public Member Functions

 AnEvent (void(T::*f)(), T *x)
 Constructor. More...
 
virtual void execute ()
 Execute the saved function pointer.
 

Detailed Description

template<class T>
class VICI::stub::AnEvent< T >

A template wrapper for function calls.

Constructor & Destructor Documentation

template<class T >
VICI::stub::AnEvent< T >::AnEvent ( void(T::*)()  f,
T *  x 
)
inline

Constructor.

Parameters
fPointer to member function.
xObject to execute the method on.

The documentation for this class was generated from the following file: