Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qxp::detail::BoundEntityType< Const > Union Template Reference

#include <qxpfunctional.h>

Collaboration diagram for qxp::detail::BoundEntityType< Const >:

Public Member Functions

template<typename F, if_function< F > = true>
constexpr BoundEntityType (F *f)
template<typename T, if_non_function< T > = true>
constexpr BoundEntityType (T *t)

Public Attributes

Const * obj
QFunctionPointer fun

Detailed Description

template<class Const>
union qxp::detail::BoundEntityType< Const >

Definition at line 60 of file qxpfunctional.h.

Constructor & Destructor Documentation

◆ BoundEntityType() [1/2]

template<class Const>
template<typename F, if_function< F > = true>
qxp::detail::BoundEntityType< Const >::BoundEntityType ( F * f)
inlineexplicitconstexpr

Definition at line 62 of file qxpfunctional.h.

References BoundEntityType().

Referenced by BoundEntityType().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ BoundEntityType() [2/2]

template<class Const>
template<typename T, if_non_function< T > = true>
qxp::detail::BoundEntityType< Const >::BoundEntityType ( T * t)
inlineexplicitconstexpr

Definition at line 65 of file qxpfunctional.h.

References obj.

Member Data Documentation

◆ fun

template<class Const>
QFunctionPointer qxp::detail::BoundEntityType< Const >::fun

Definition at line 68 of file qxpfunctional.h.

◆ obj

template<class Const>
Const* qxp::detail::BoundEntityType< Const >::obj

Definition at line 67 of file qxpfunctional.h.

Referenced by BoundEntityType().


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