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