RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
makRadarFx::MethodCallback< Ret, Param0, T, Method > Class Template Reference

Member function callback is used to bind class member functions The return type, single parameter, object type and method pointer are parameterized in the template. More...

Inheritance diagram for makRadarFx::MethodCallback< Ret, Param0, T, Method >:
Inheritance graph
[legend]

Public Member Functions

 MethodCallback (void *object, Method method)
 MethodCallback (const MethodCallback &orig)
virtual MethodCallbackclone ()
virtual Ret invoke (Param0 param0)
virtual bool operator== (const Callback &rhs)
- Public Member Functions inherited from makRadarFx::Callback< Ret, Param0 >
virtual ~Callback ()
virtual bool operator!= (const Callback &rhs)

Private Attributes

void * myObject
Method myMethod

Detailed Description

template<typename Ret, typename Param0, typename T, typename Method>
class makRadarFx::MethodCallback< Ret, Param0, T, Method >

Member function callback is used to bind class member functions The return type, single parameter, object type and method pointer are parameterized in the template.

Constructor & Destructor Documentation

template<typename Ret , typename Param0 , typename T , typename Method >
makRadarFx::MethodCallback< Ret, Param0, T, Method >::MethodCallback ( void *  object,
Method  method 
)
inline
template<typename Ret , typename Param0 , typename T , typename Method >
makRadarFx::MethodCallback< Ret, Param0, T, Method >::MethodCallback ( const MethodCallback< Ret, Param0, T, Method > &  orig)
inline

Member Function Documentation

template<typename Ret , typename Param0 , typename T , typename Method >
virtual MethodCallback* makRadarFx::MethodCallback< Ret, Param0, T, Method >::clone ( )
inlinevirtual
template<typename Ret , typename Param0 , typename T , typename Method >
virtual Ret makRadarFx::MethodCallback< Ret, Param0, T, Method >::invoke ( Param0  param0)
inlinevirtual
template<typename Ret , typename Param0 , typename T , typename Method >
virtual bool makRadarFx::MethodCallback< Ret, Param0, T, Method >::operator== ( const Callback rhs)
inlinevirtual

Member Data Documentation

template<typename Ret , typename Param0 , typename T , typename Method >
void* makRadarFx::MethodCallback< Ret, Param0, T, Method >::myObject
private
template<typename Ret , typename Param0 , typename T , typename Method >
Method makRadarFx::MethodCallback< Ret, Param0, T, Method >::myMethod
private

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

Document ID: 1.0
Copyright © 2017 VT MAK Inc. All Rights Reserved (www.mak.com)