SOUND4 IMPACT.CL Library [1.3.6]
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sound4::impact::dyn::helper::DynFuncHolder< T > Class Template Reference

Helper to wrap a function pointer. More...

#include <sound4.impact.cl_dyn.hpp>

Public Member Functions

 DynFuncHolder ()=default
 
 DynFuncHolder (DynFunc_t a_ptr)
 
 operator bool () const
 
bool IsOk () const
 
 operator T* () const
 

Detailed Description

template<typename T>
class sound4::impact::dyn::helper::DynFuncHolder< T >
Parameters
Tis the function type, you may use decltype(fn)

Definition at line 84 of file sound4.impact.cl_dyn.hpp.

Constructor & Destructor Documentation

◆ DynFuncHolder() [1/2]

template<typename T >
sound4::impact::dyn::helper::DynFuncHolder< T >::DynFuncHolder ( )
default

◆ DynFuncHolder() [2/2]

template<typename T >
sound4::impact::dyn::helper::DynFuncHolder< T >::DynFuncHolder ( DynFunc_t  a_ptr)
inline

Definition at line 95 of file sound4.impact.cl_dyn.hpp.

Member Function Documentation

◆ IsOk()

template<typename T >
bool sound4::impact::dyn::helper::DynFuncHolder< T >::IsOk ( ) const
inline

Definition at line 97 of file sound4.impact.cl_dyn.hpp.

◆ operator bool()

Definition at line 96 of file sound4.impact.cl_dyn.hpp.

◆ operator T*()

Definition at line 98 of file sound4.impact.cl_dyn.hpp.


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