Honeycomb  0.1
Component-Model Framework
Public Types | Public Member Functions | Public Attributes | List of all members
honey::mt::Funcptr< void(Args...)> Struct Template Reference

Specialization for void return type. More...

#include <Meta.h>

Collaboration diagram for honey::mt::Funcptr< void(Args...)>:
Collaboration graph
[legend]

Public Types

typedef void(FuncptrBase::* Func) (Args...)
 

Public Member Functions

 Funcptr ()
 
 Funcptr (nullptr_t)
 
template<class F >
 Funcptr (F &&f)
 
template<class F >
Funcptroperator= (F &&f)
 
Funcptroperator= (nullptr_t)
 
template<class... Args_>
void operator() (Args_ &&...args) const
 
bool operator== (const Funcptr &rhs) const
 
bool operator!= (const Funcptr &rhs) const
 
 operator bool () const
 

Public Attributes

FuncptrBasebase
 
Func func
 

Detailed Description

template<class... Args>
struct honey::mt::Funcptr< void(Args...)>

Specialization for void return type.

Member Typedef Documentation

template<class... Args>
typedef void(FuncptrBase::* honey::mt::Funcptr< void(Args...)>::Func) (Args...)

Constructor & Destructor Documentation

template<class... Args>
honey::mt::Funcptr< void(Args...)>::Funcptr ( )
inline
template<class... Args>
honey::mt::Funcptr< void(Args...)>::Funcptr ( nullptr_t  )
inline
template<class... Args>
template<class F >
honey::mt::Funcptr< void(Args...)>::Funcptr ( F &&  f)
inline

Member Function Documentation

template<class... Args>
honey::mt::Funcptr< void(Args...)>::operator bool ( ) const
inlineexplicit
template<class... Args>
bool honey::mt::Funcptr< void(Args...)>::operator!= ( const Funcptr< void(Args...)> &  rhs) const
inline
template<class... Args>
template<class... Args_>
void honey::mt::Funcptr< void(Args...)>::operator() ( Args_ &&...  args) const
inline
template<class... Args>
template<class F >
Funcptr& honey::mt::Funcptr< void(Args...)>::operator= ( F &&  f)
inline
template<class... Args>
Funcptr& honey::mt::Funcptr< void(Args...)>::operator= ( nullptr_t  )
inline
template<class... Args>
bool honey::mt::Funcptr< void(Args...)>::operator== ( const Funcptr< void(Args...)> &  rhs) const
inline

Member Data Documentation

template<class... Args>
FuncptrBase* honey::mt::Funcptr< void(Args...)>::base
template<class... Args>
Func honey::mt::Funcptr< void(Args...)>::func

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