ARB
Public Types | Public Member Functions | List of all members
Callback_FFV< RT, F1, F2 > Struct Template Reference

#include <cbtypes.h>

Public Types

typedef StrictlyTypedCallback
< RT, F1, F2, AW_CL
Signature
 

Public Member Functions

 Callback_FFV (Signature CB, AW_CL P)
 
RT operator() (F1 f1, F2 f2) const
 
bool operator< (const Callback_FFV &other) const
 
bool operator== (const Callback_FFV &other) const
 
bool same_function_as (const Callback_FFV &other) const
 

Detailed Description

template<typename RT, typename F1, typename F2>
struct Callback_FFV< RT, F1, F2 >

Definition at line 209 of file cbtypes.h.

Member Typedef Documentation

template<typename RT , typename F1 , typename F2 >
typedef StrictlyTypedCallback<RT,F1,F2,AW_CL> Callback_FFV< RT, F1, F2 >::Signature

Definition at line 210 of file cbtypes.h.

Constructor & Destructor Documentation

template<typename RT , typename F1 , typename F2 >
Callback_FFV< RT, F1, F2 >::Callback_FFV ( Signature  CB,
AW_CL  P 
)
inline

Definition at line 219 of file cbtypes.h.

Member Function Documentation

template<typename RT , typename F1 , typename F2 >
RT Callback_FFV< RT, F1, F2 >::operator() ( F1  f1,
F2  f2 
) const
inline

Definition at line 224 of file cbtypes.h.

References CallbackData< P1, P2 >::p1.

template<typename RT , typename F1 , typename F2 >
bool Callback_FFV< RT, F1, F2 >::operator< ( const Callback_FFV< RT, F1, F2 > &  other) const
inline

Definition at line 226 of file cbtypes.h.

template<typename RT , typename F1 , typename F2 >
bool Callback_FFV< RT, F1, F2 >::operator== ( const Callback_FFV< RT, F1, F2 > &  other) const
inline

Definition at line 227 of file cbtypes.h.

template<typename RT , typename F1 , typename F2 >
bool Callback_FFV< RT, F1, F2 >::same_function_as ( const Callback_FFV< RT, F1, F2 > &  other) const
inline

Definition at line 229 of file cbtypes.h.


The documentation for this struct was generated from the following file: