BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
dchain::DCUnaryAdapter< TFunc > Class Template Reference

#include <DCUnaryAdapter.h>

Inheritance diagram for dchain::DCUnaryAdapter< TFunc >:

Public Types

typedef TFunc::argument_type argument_type
typedef TFunc::result_type result_type
typedef TFunc::argument_type argument_type
typedef TFunc::result_type result_type
typedef TFunc::argument_type argument_type
typedef TFunc::result_type result_type

Public Member Functions

 DCUnaryAdapter ()
 DCUnaryAdapter (TFunc &iFunc)
 DCUnaryAdapter (TFunc *iFunc)
result_type operator() (argument_type iArg) const
 operator bool ()
 DCUnaryAdapter ()
 DCUnaryAdapter (TFunc &iFunc)
 DCUnaryAdapter (TFunc *iFunc)
result_type operator() (argument_type iArg) const
 operator bool ()
 DCUnaryAdapter ()
 DCUnaryAdapter (TFunc &iFunc)
 DCUnaryAdapter (TFunc *iFunc)
result_type operator() (argument_type iArg) const
 operator bool ()

Detailed Description

template<class TFunc>
class dchain::DCUnaryAdapter< TFunc >

Definition at line 39 of file Event/DecayChain/include/DecayChain/Function/DCUnaryAdapter.h.

Member Typedef Documentation

◆ argument_type [1/3]

template<class TFunc>
typedef TFunc::argument_type dchain::DCUnaryAdapter< TFunc >::argument_type

◆ argument_type [2/3]

template<class TFunc>
typedef TFunc::argument_type dchain::DCUnaryAdapter< TFunc >::argument_type

◆ argument_type [3/3]

template<class TFunc>
typedef TFunc::argument_type dchain::DCUnaryAdapter< TFunc >::argument_type

◆ result_type [1/3]

template<class TFunc>
typedef TFunc::result_type dchain::DCUnaryAdapter< TFunc >::result_type

◆ result_type [2/3]

template<class TFunc>
typedef TFunc::result_type dchain::DCUnaryAdapter< TFunc >::result_type

◆ result_type [3/3]

template<class TFunc>
typedef TFunc::result_type dchain::DCUnaryAdapter< TFunc >::result_type

Constructor & Destructor Documentation

◆ DCUnaryAdapter() [1/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( )
inline

Definition at line 49 of file Event/DecayChain/include/DecayChain/Function/DCUnaryAdapter.h.

49: m_func( 0 ) {}

◆ DCUnaryAdapter() [2/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc & iFunc)
inline

◆ DCUnaryAdapter() [3/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc * iFunc)
inline

Definition at line 51 of file Event/DecayChain/include/DecayChain/Function/DCUnaryAdapter.h.

51: m_func( iFunc ) {}

◆ DCUnaryAdapter() [4/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( )
inline

◆ DCUnaryAdapter() [5/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc & iFunc)
inline

◆ DCUnaryAdapter() [6/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc * iFunc)
inline

◆ DCUnaryAdapter() [7/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( )
inline

◆ DCUnaryAdapter() [8/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc & iFunc)
inline

◆ DCUnaryAdapter() [9/9]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::DCUnaryAdapter ( TFunc * iFunc)
inline

Member Function Documentation

◆ operator bool() [1/3]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::operator bool ( )
inline

Definition at line 60 of file Event/DecayChain/include/DecayChain/Function/DCUnaryAdapter.h.

60{ return 0 != m_func; }

◆ operator bool() [2/3]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::operator bool ( )
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-dbg/include/DecayChain/Function/DCUnaryAdapter.h.

60{ return 0 != m_func; }

◆ operator bool() [3/3]

template<class TFunc>
dchain::DCUnaryAdapter< TFunc >::operator bool ( )
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-opt/include/DecayChain/Function/DCUnaryAdapter.h.

60{ return 0 != m_func; }

◆ operator()() [1/3]

template<class TFunc>
result_type dchain::DCUnaryAdapter< TFunc >::operator() ( argument_type iArg) const
inline

Definition at line 58 of file Event/DecayChain/include/DecayChain/Function/DCUnaryAdapter.h.

58{ return ( *m_func )( iArg ); }

◆ operator()() [2/3]

template<class TFunc>
result_type dchain::DCUnaryAdapter< TFunc >::operator() ( argument_type iArg) const
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-dbg/include/DecayChain/Function/DCUnaryAdapter.h.

58{ return ( *m_func )( iArg ); }

◆ operator()() [3/3]

template<class TFunc>
result_type dchain::DCUnaryAdapter< TFunc >::operator() ( argument_type iArg) const
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-opt/include/DecayChain/Function/DCUnaryAdapter.h.

58{ return ( *m_func )( iArg ); }

The documentation for this class was generated from the following files: