fix8
version 1.4.0
Open Source C++ FIX Framework
|
Public Member Functions | |
_helper (T &what, int(T::*method)(), f8_thread_cancellation_token &(T::*cancellation_token_method)()) | |
int | operator() () |
f8_thread_cancellation_token & | cancellation_token () |
Private Attributes | |
T & | _what |
int(T::* | _method )() |
f8_thread_cancellation_token &(T::* | _cancellation_token_method )() |
Definition at line 247 of file thread.hpp.
|
inline |
Definition at line 254 of file thread.hpp.
|
inline |
Definition at line 271 of file thread.hpp.
|
inline |
Definition at line 256 of file thread.hpp.
References FIX8::f8_thread_cancellation_token::Running, and FIX8::f8_thread_cancellation_token::Stopped.
|
private |
Definition at line 251 of file thread.hpp.
|
private |
Definition at line 250 of file thread.hpp.
|
private |
Definition at line 249 of file thread.hpp.