Pyrogenesis  trunk
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)
 

Constructor & Destructor Documentation

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

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
template<class T, class Arg>
int(T::* MemFun1_t< T, Arg >::func) (Arg)
template<class T, class Arg>
T* const MemFun1_t< T, Arg >::this_

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