asio 0.3.7 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

IO_Control_Command Class Reference

Inherited by Boolean_IO_Control_Command, and Size_IO_Control_Command.

Inheritance diagram for IO_Control_Command:

Inheritance graph
List of all members.

Detailed Description

IO_Control_Command concept.

Defines the interface that must be implemented by an object passed as the command parameter to:

Implemented By:
asio::socket_base::non_blocking_io
asio::socket_base::bytes_readable


Public Member Functions

int name () const
 Get the name of the command.
implementation_defined data ()
 Get the data associated with the command.
implementation_defined data () const
 Get the data associated with the command.


Member Function Documentation

int IO_Control_Command::name (  )  const

Get the name of the command.

implementation_defined IO_Control_Command::data (  ) 

Get the data associated with the command.

implementation_defined IO_Control_Command::data (  )  const

Get the data associated with the command.

asio 0.3.7 Home | Reference | Tutorial | Examples | Design