Onsens  1.0
This is C++ game about bitwise logic.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
priv::ThreadMemberFunc< C > Struct Template Reference
+ Inheritance diagram for priv::ThreadMemberFunc< C >:
+ Collaboration diagram for priv::ThreadMemberFunc< C >:

Public Member Functions

 ThreadMemberFunc (void(C::*function)(), C *object)
 
virtual void run ()
 
- Public Member Functions inherited from priv::ThreadFunc
virtual ~ThreadFunc ()
 
virtual void run ()=0
 

Public Attributes

void(C::* m_function )()
 
C * m_object
 

Detailed Description

template<typename C>
struct priv::ThreadMemberFunc< C >

Definition at line 55 of file Thread.inl.

Constructor & Destructor Documentation

◆ ThreadMemberFunc()

template<typename C >
priv::ThreadMemberFunc< C >::ThreadMemberFunc ( void(C::*)()  function,
C *  object 
)
inline

Definition at line 57 of file Thread.inl.

Member Function Documentation

◆ run()

template<typename C >
virtual void priv::ThreadMemberFunc< C >::run ( )
inlinevirtual

Implements priv::ThreadFunc.

Definition at line 58 of file Thread.inl.

Member Data Documentation

◆ m_function

template<typename C >
void(C::* priv::ThreadMemberFunc< C >::m_function) ()

Definition at line 59 of file Thread.inl.

◆ m_object

template<typename C >
C* priv::ThreadMemberFunc< C >::m_object

Definition at line 60 of file Thread.inl.


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