presage
0.8.7
|
Public Member Functions | |
SimulatorPresageCallback (std::stringstream &sstream) | |
~SimulatorPresageCallback () | |
std::string | get_past_stream () const |
std::string | get_future_stream () const |
Private Attributes | |
std::stringstream & | m_sstream |
const std::string | m_empty |
Definition at line 62 of file presageSimulator.cpp.
SimulatorPresageCallback::SimulatorPresageCallback | ( | std::stringstream & | sstream | ) | [inline] |
Definition at line 66 of file presageSimulator.cpp.
SimulatorPresageCallback::~SimulatorPresageCallback | ( | ) | [inline] |
Definition at line 67 of file presageSimulator.cpp.
std::string SimulatorPresageCallback::get_future_stream | ( | ) | const [inline, virtual] |
std::string SimulatorPresageCallback::get_past_stream | ( | ) | const [inline, virtual] |
Implements PresageCallback.
Definition at line 69 of file presageSimulator.cpp.
References m_sstream.
const std::string SimulatorPresageCallback::m_empty [private] |
Definition at line 74 of file presageSimulator.cpp.
Referenced by get_future_stream().
std::stringstream& SimulatorPresageCallback::m_sstream [private] |
Definition at line 73 of file presageSimulator.cpp.
Referenced by get_past_stream().