NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 > Class Template Reference

Template class for callbacks with six input arguments. More...

Inheritance diagram for NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >:
NXOpen::Callback6< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 > NXOpen::BaseCallback

Public Types

typedef Result(* FunctionType )(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)
 Function signature for callback function attached to this template callback class. More...
 
typedef Callback6Function
< Result, Arg1, Arg2, Arg3,
Arg4, Arg5, Arg6 > 
MyClass
 Template typedef of class signature. More...
 
- Public Types inherited from NXOpen::Callback6< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >
typedef Arg1 Arg1Type
 Type of first input argument of callback function. More...
 
typedef Arg2 Arg2Type
 Type of second input argument of callback function. More...
 
typedef Arg3 Arg3Type
 Type of third input argument of callback function. More...
 
typedef Arg4 Arg4Type
 Type of fourth input argument of callback function. More...
 
typedef Arg5 Arg5Type
 Type of fifth input argument of callback function. More...
 
typedef Arg6 Arg6Type
 Type of sixth input argument of callback function. More...
 
typedef Result ResultType
 Return type of callback function. More...
 

Public Member Functions

 Callback6Function (FunctionType fn)
 Constructor. More...
 
virtual BaseCallbackClone () const
 Function interface for clone operation. More...
 
virtual bool Equals (const BaseCallback &other) const
 Function interface for equality operation. More...
 
virtual Result operator() (Arg1 a1, Arg2 a2, Arg3 a3, Arg4 a4, Arg5 a5, Arg6 a6) const
 Function call operator function to invoke callback function attached to this Callback6Function instance. More...
 

Detailed Description

template<class Result, class Arg1, class Arg2, class Arg3, class Arg4, class Arg5, class Arg6>
class NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >

Template class for callbacks with six input arguments.

The return type of the callback function is the template type Result.

Member Typedef Documentation

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
typedef Result(* NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::FunctionType)(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)

Function signature for callback function attached to this template callback class.

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
typedef Callback6Function<Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6> NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::MyClass

Template typedef of class signature.

Used to simplify implementation of callback framework methods.

Constructor & Destructor Documentation

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::Callback6Function ( FunctionType  fn)

Constructor.

Member Function Documentation

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
virtual BaseCallback* NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::Clone ( ) const
virtual

Function interface for clone operation.

Derived classes will define this function to implement a deep copy operation.

Implements NXOpen::BaseCallback.

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
virtual bool NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::Equals ( const BaseCallback other) const
virtual

Function interface for equality operation.

Implements NXOpen::BaseCallback.

template<class Result , class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 >
virtual Result NXOpen::Callback6Function< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >::operator() ( Arg1  a1,
Arg2  a2,
Arg3  a3,
Arg4  a4,
Arg5  a5,
Arg6  a6 
) const
virtual

Function call operator function to invoke callback function attached to this Callback6Function instance.

Implements NXOpen::Callback6< Result, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6 >.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.