presage
0.9.2~beta
|
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 |
Public Member Functions inherited from PresageCallback | |
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 | |
Protected Member Functions inherited from PresageCallback | |
PresageCallback () | |
Definition at line 249 of file presage.cpp.
|
inline |
Definition at line 252 of file presage.cpp.
|
inlinevirtual |
Definition at line 262 of file presage.cpp.
|
inlinevirtual |
Implements PresageCallback.
Definition at line 268 of file presage.cpp.
References m_get_future_stream_cb, and m_get_future_stream_cb_arg.
|
inlinevirtual |
Implements PresageCallback.
Definition at line 264 of file presage.cpp.
References m_get_past_stream_cb, and m_get_past_stream_cb_arg.
|
private |
Definition at line 275 of file presage.cpp.
Referenced by get_future_stream().
|
private |
Definition at line 276 of file presage.cpp.
Referenced by get_future_stream().
|
private |
Definition at line 273 of file presage.cpp.
Referenced by get_past_stream().
|
private |
Definition at line 274 of file presage.cpp.
Referenced by get_past_stream().