NX Open C++ Reference Guide
|
Public Types | |
typedef Result(T::* | FunctionType )(Arg1, Arg2, Arg3, Arg4) |
typedef Callback4MemberFunction< T, Result, Arg1, Arg2, Arg3, Arg4 > | MyClass |
Public Member Functions | |
Callback4MemberFunction (T *object, FunctionType fn) | |
virtual BaseCallback * | Clone () const |
virtual bool | Equals (const BaseCallback &other) const |
virtual Result | operator() (Arg1 a1, Arg2 a2, Arg3 a3, Arg4 a4) const |