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