OpenNI 1.5.4
Public Member Functions | Public Attributes | List of all members
XnCallbackT< FuncPtr > Struct Template Reference

#include <XnEventT.h>

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
FuncPtrThe 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: