MIRA
Classes | Namespaces | Typedefs
IOService.h File Reference

Wrapper for boost::asio::io_service / boost::asio::io_context. More...

#include <boost/asio.hpp>
#include <platform/Platform.h>
Include dependency graph for IOService.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IOService
 Wrapper class for boost::asio::io_service. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Typedefs

typedef boost::asio::io_service BoostAsioIOObjectType
 Our own typedef for boost::asio::io_service to avoid having too many ifdef's. More...
 
typedef boost::shared_ptr< BoostAsioIOObjectType > ServicePtr
 A shared pointer wrapper for class BoostAsioIOObjectType. More...
 
typedef boost::shared_ptr< IOService > IOServicePtr
 A shared pointer wrapper for class IOService. More...
 

Detailed Description

Wrapper for boost::asio::io_service / boost::asio::io_context.

Author
Tim Langner
Date
2010/07/28