...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Base class for all I/O objects.
template< typename IoObjectService> class basic_io_object : noncopyable
Name |
Description |
---|---|
The underlying implementation type of I/O object. |
|
The type of the service that will be used to provide I/O operations. |
Name |
Description |
---|---|
Get the io_service associated with the object. |
|
(Deprecated: use get_io_service().) Get the io_service associated with the object. |
Name |
Description |
---|---|
Construct a basic_io_object. |
|
Protected destructor to prevent deletion through this type. |
Name |
Description |
---|---|
The underlying implementation of the I/O object. |
|
The service associated with the I/O object. |