presage
0.8.7
|
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 |
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 |
Definition at line 242 of file presage.cpp.
CPresageCallback::CPresageCallback | ( | _presage_callback_get_past_stream | past, |
void * | past_arg, | ||
_presage_callback_get_future_stream | future, | ||
void * | future_arg | ||
) | [inline] |
Definition at line 245 of file presage.cpp.
virtual CPresageCallback::~CPresageCallback | ( | ) | [inline, virtual] |
Definition at line 255 of file presage.cpp.
std::string CPresageCallback::get_future_stream | ( | ) | const [inline, virtual] |
Implements PresageCallback.
Definition at line 261 of file presage.cpp.
References m_get_future_stream_cb, and m_get_future_stream_cb_arg.
std::string CPresageCallback::get_past_stream | ( | ) | const [inline, virtual] |
Implements PresageCallback.
Definition at line 257 of file presage.cpp.
References m_get_past_stream_cb, and m_get_past_stream_cb_arg.
Definition at line 268 of file presage.cpp.
Referenced by get_future_stream().
void* CPresageCallback::m_get_future_stream_cb_arg [private] |
Definition at line 269 of file presage.cpp.
Referenced by get_future_stream().
Definition at line 266 of file presage.cpp.
Referenced by get_past_stream().
void* CPresageCallback::m_get_past_stream_cb_arg [private] |
Definition at line 267 of file presage.cpp.
Referenced by get_past_stream().