fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <coroutine.hpp>
Public Member Functions | |
coroutine_ref (coroutine &c) | |
coroutine_ref (coroutine *c) | |
~coroutine_ref () | |
operator int () const | |
int & | operator= (int v) |
Private Member Functions | |
void | operator= (const coroutine_ref &)=delete |
Private Attributes | |
int & | value_ |
bool | modified_ |
Definition at line 26 of file coroutine.hpp.
|
inline |
Definition at line 33 of file coroutine.hpp.
|
inline |
Definition at line 34 of file coroutine.hpp.
|
inline |
Definition at line 35 of file coroutine.hpp.
|
inline |
|
privatedelete |
|
inline |
Definition at line 37 of file coroutine.hpp.
|
private |
Definition at line 30 of file coroutine.hpp.
|
private |
Definition at line 29 of file coroutine.hpp.
Referenced by operator int().