asio 0.1.5 | Main Page | Class Index | Member Index | Tutorial |
Public Member Functions | |
integer () | |
Default constructor. | |
integer (int value) | |
Construct with a specific option value. | |
int | level () const |
Get the level of the socket option. | |
int | name () const |
Get the name of the socket option. | |
void | set (int value) |
Set the value of the int option. | |
int | get () const |
Get the current value of the int option. | |
void * | data () |
Get the address of the int data. | |
const void * | data () const |
Get the address of the int data. | |
size_t | size () const |
Get the size of the int data. | |
Private Attributes | |
int | value_ |
The underlying value of the int option. |
|
Default constructor.
|
|
Construct with a specific option value.
|
|
Get the level of the socket option.
|
|
Get the name of the socket option.
|
|
Set the value of the int option.
|
|
Get the current value of the int option.
|
|
Get the address of the int data.
|
|
Get the address of the int data.
|
|
Get the size of the int data.
|
|
The underlying value of the int option.
|