Public Member Functions | Public Attributes

XnCallbackT< FuncPtr > Struct Template Reference

#include <XnEventT.h>

List of all members.

Public Member Functions

 XnCallbackT (FuncPtr func, void *cookie)

Public Attributes

FuncPtr pFunc
void * pCookie

Detailed Description

template<typename FuncPtr>
struct XnCallbackT< FuncPtr >

A struct for holding a callback function with its cookie

Template Parameters:
FuncPtr The callback signature

Constructor & Destructor Documentation

template<typename FuncPtr >
XnCallbackT< FuncPtr >::XnCallbackT ( FuncPtr  func,
void *  cookie 
) [inline]

Member Data Documentation

template<typename FuncPtr >
void* XnCallbackT< FuncPtr >::pCookie
template<typename FuncPtr >
FuncPtr XnCallbackT< FuncPtr >::pFunc

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