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

Helper to wrap a function pointer. More...

#include <sound4cl.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::helper::DynFuncHolder< T >
Parameters
Tis the function type, you may use decltype(fn)

Definition at line 131 of file sound4cl.hpp.

Constructor & Destructor Documentation

◆ DynFuncHolder() [1/2]

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

◆ DynFuncHolder() [2/2]

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

Definition at line 142 of file sound4cl.hpp.

Member Function Documentation

◆ IsOk()

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

Definition at line 144 of file sound4cl.hpp.

◆ operator bool()

template<typename T >
sound4::helper::DynFuncHolder< T >::operator bool ( ) const
inline

Definition at line 143 of file sound4cl.hpp.

◆ operator T*()

template<typename T >
sound4::helper::DynFuncHolder< T >::operator T* ( ) const
inline

Definition at line 145 of file sound4cl.hpp.


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