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

Public Member Functions

 ThreadFunctor (T functor)
 
virtual void run ()
 
- Public Member Functions inherited from priv::ThreadFunc
virtual ~ThreadFunc ()
 
virtual void run ()=0
 

Public Attributes

m_functor
 

Detailed Description

template<typename T>
struct priv::ThreadFunctor< T >

Definition at line 36 of file Thread.inl.

Constructor & Destructor Documentation

◆ ThreadFunctor()

template<typename T >
priv::ThreadFunctor< T >::ThreadFunctor ( functor)
inline

Definition at line 38 of file Thread.inl.

Member Function Documentation

◆ run()

template<typename T >
virtual void priv::ThreadFunctor< T >::run ( )
inlinevirtual

Implements priv::ThreadFunc.

Definition at line 39 of file Thread.inl.

Member Data Documentation

◆ m_functor

template<typename T >
T priv::ThreadFunctor< T >::m_functor

Definition at line 40 of file Thread.inl.


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