![]() |
VR-Link API Documentation for HLA 1516
|
Static member function (or global function) callback is used to bind global or static class functions The return type and single parameter is parameterized in the template. More...
Inheritance diagram for StaticFunctionCallback< Ret, Param0 >:
Collaboration diagram for StaticFunctionCallback< Ret, Param0 >:Public Member Functions | |
| StaticFunctionCallback (Ret(*func)(Param0)) | |
| virtual Ret | invoke (Param0 param0) |
Private Attributes | |
| Ret(* | func_ )(Param0) |
Static member function (or global function) callback is used to bind global or static class functions The return type and single parameter is parameterized in the template.
|
inline |
|
inlinevirtual |
Implements Callback< Ret, Param0 >.
References StaticFunctionCallback< Ret, Param0 >::func_.
|
private |
Referenced by StaticFunctionCallback< Ret, Param0 >::invoke().