presage
0.9.1
|
Public Member Functions | |
CPresageCallback (_presage_callback_get_past_stream past, void *past_arg, _presage_callback_get_future_stream future, void *future_arg) | |
virtual | ~CPresageCallback () |
std::string | get_past_stream () const |
std::string | get_future_stream () const |
![]() | |
virtual | ~PresageCallback () |
Private Attributes | |
_presage_callback_get_past_stream | m_get_past_stream_cb |
void * | m_get_past_stream_cb_arg |
_presage_callback_get_future_stream | m_get_future_stream_cb |
void * | m_get_future_stream_cb_arg |
Additional Inherited Members | |
![]() | |
PresageCallback () | |
Definition at line 243 of file presage.cpp.
|
inline |
Definition at line 246 of file presage.cpp.
|
inlinevirtual |
Definition at line 256 of file presage.cpp.
|
inlinevirtual |
Implements PresageCallback.
Definition at line 262 of file presage.cpp.
References m_get_future_stream_cb, and m_get_future_stream_cb_arg.
|
inlinevirtual |
Implements PresageCallback.
Definition at line 258 of file presage.cpp.
References m_get_past_stream_cb, and m_get_past_stream_cb_arg.
|
private |
Definition at line 269 of file presage.cpp.
Referenced by get_future_stream().
|
private |
Definition at line 270 of file presage.cpp.
Referenced by get_future_stream().
|
private |
Definition at line 267 of file presage.cpp.
Referenced by get_past_stream().
|
private |
Definition at line 268 of file presage.cpp.
Referenced by get_past_stream().