Eris  1.4.0
Public Member Functions | Protected Attributes | List of all members
Eris::Session Class Reference

Acts as a single entrypoint to Eris. More...

#include <Session.h>

Public Member Functions

boost::asio::io_service & getIoService ()
 
EventServicegetEventService ()
 

Protected Attributes

boost::asio::io_service * m_io_service
 
EventServicem_event_service
 

Detailed Description

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.


The documentation for this class was generated from the following files: