![]() |
VR-Link API Documentation for HLA 1516
|
Callback template the base abstract callback class that is used internally to the delegate. More...
Inheritance diagram for Callback< Ret, Param0 >:Public Member Functions | |
| virtual Ret | invoke (Param0 param0)=0 |
Callback template the base abstract callback class that is used internally to the delegate.
|
pure virtual |
Implemented in MethodCallback< Ret, Param0, T, Method >, and StaticFunctionCallback< Ret, Param0 >.