#include <basic_socketstream_pair.h>
Public Types | |
typedef basic_pair< char_type, traits_type > | __pair_type |
typedef _CharT | char_type |
These are standard types. | |
typedef _Traits | traits_type |
These are standard types. | |
typedef traits_type::int_type | int_type |
These are standard types. | |
typedef traits_type::pos_type | pos_type |
These are standard types. | |
typedef traits_type::off_type | off_type |
These are standard types. | |
Public Member Functions | |
basic_pair () | |
Default constructor. | |
basic_pair (sockets_base::family __f, sockets_base::style __s) | |
Constructor. | |
~basic_pair () | |
Destructor. | |
__pair_type & | one () |
Selects the first socket. | |
__pair_type & | two () |
Selects the second socket. | |
basic_iosocketstream< char_type, traits_type > | get_iostream () |
Returns an iosocketstream for the selected socket. | |
basic_socket | get_socket () |
Returns the selected socket. |
This is generally useful for communication between parent and child processes.
Definition at line 43 of file basic_socketstream_pair.h.
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Definition at line 54 of file basic_socketstream_pair.h. |
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Definition at line 57 of file basic_socketstream_pair.h. |
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Definition at line 59 of file basic_socketstream_pair.h. |
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Definition at line 58 of file basic_socketstream_pair.h. |
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Definition at line 55 of file basic_socketstream_pair.h. |
|
Constructor. Constructs a pair of the specified family and style. Definition at line 76 of file basic_socketstream_pair.h. |