Eris
1.4.0
|
Acts as a single entrypoint to Eris. More...
#include <Session.h>
Public Member Functions | |
boost::asio::io_service & | getIoService () |
EventService & | getEventService () |
Protected Attributes | |
boost::asio::io_service * | m_io_service |
EventService * | m_event_service |
Acts as a single entrypoint to Eris.
This class wraps up both an instance of boost::asio::io_service as well as an instance of EventService. These two classes are the two required classes for the Eris system to work.
Your application should create an instance of this to use throughout the application's life.