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

#include <LoaderThunks.h>

Public Member Functions

 NONCOPYABLE (MemFun1_t)
 
 MemFun1_t (T *this__, int(T::*func_)(Arg), Arg arg_)
 

Public Attributes

T *const this_
 
Arg arg
 
int(T::* func )(Arg)
 

Detailed Description

template<class T, class Arg>
struct MemFun1_t< T, Arg >

Definition at line 78 of file LoaderThunks.h.

Constructor & Destructor Documentation

template<class T, class Arg>
MemFun1_t< T, Arg >::MemFun1_t ( T this__,
int(T::*)(Arg)  func_,
Arg  arg_ 
)
inline

Definition at line 85 of file LoaderThunks.h.

Member Function Documentation

template<class T, class Arg>
MemFun1_t< T, Arg >::NONCOPYABLE ( MemFun1_t< T, Arg >  )

Member Data Documentation

template<class T, class Arg>
Arg MemFun1_t< T, Arg >::arg

Definition at line 83 of file LoaderThunks.h.

template<class T, class Arg>
int(T::* MemFun1_t< T, Arg >::func)(Arg)

Definition at line 84 of file LoaderThunks.h.

template<class T, class Arg>
T* const MemFun1_t< T, Arg >::this_

Definition at line 82 of file LoaderThunks.h.


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