Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
MemFun_t< T > Struct Template Reference

#include <LoaderThunks.h>

Public Member Functions

 NONCOPYABLE (MemFun_t)
 
 MemFun_t (T *this__, int(T::*func_)(void))
 

Public Attributes

T *const this_
 
int(T::* func )(void)
 

Detailed Description

template<class T>
struct MemFun_t< T >

Definition at line 47 of file LoaderThunks.h.

Constructor & Destructor Documentation

template<class T>
MemFun_t< T >::MemFun_t ( T this__,
int(T::*)(void)  func_ 
)
inline

Definition at line 53 of file LoaderThunks.h.

Member Function Documentation

template<class T>
MemFun_t< T >::NONCOPYABLE ( MemFun_t< T )

Member Data Documentation

template<class T>
int(T::* MemFun_t< T >::func)(void)

Definition at line 52 of file LoaderThunks.h.

template<class T>
T* const MemFun_t< T >::this_

Definition at line 51 of file LoaderThunks.h.


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