NX Open C++ Reference Guide
|
Public Types | |
typedef Result(T::* | FunctionType )(Arg1, Arg2, Arg3, Arg4, Arg5) |
typedef Callback5MemberFunction< T, Result, Arg1, Arg2, Arg3, Arg4, Arg5 > | MyClass |
Public Member Functions | |
Callback5MemberFunction (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, Arg5 a5) const |