Realistic 3D camera system
3D camera system components
|
Base class for all io_service services. More...
#include <io_service.hpp>
Public Member Functions | |
asio::io_service & | get_io_service () |
Get the io_service object that owns the service. More... | |
Protected Member Functions | |
ASIO_DECL | service (asio::io_service &owner) |
Constructor. More... | |
virtual ASIO_DECL | ~service () |
Destructor. More... | |
Friends | |
class | asio::detail::service_registry |
Base class for all io_service services.
Definition at line 674 of file io_service.hpp.
|
protected |
Constructor.
owner | The io_service object that owns the service. |
Definition at line 127 of file io_service.ipp.
|
protectedvirtual |
Destructor.
Definition at line 133 of file io_service.ipp.
|
inline |
Get the io_service object that owns the service.
Definition at line 143 of file io_service.hpp.
|
friend |
Definition at line 704 of file io_service.hpp.