|
Realistic 3D camera system
3D camera system components
|
Encapsulates the flags needed for ICMP. More...
#include <icmp.hpp>
Public Types | |
| typedef basic_endpoint< icmp > | endpoint |
| The type of a ICMP endpoint. More... | |
| typedef basic_raw_socket< icmp > | socket |
| The ICMP socket type. More... | |
| typedef basic_resolver< icmp > | resolver |
| The ICMP resolver type. More... | |
Public Member Functions | |
| int | type () const |
| Obtain an identifier for the type of the protocol. More... | |
| int | protocol () const |
| Obtain an identifier for the protocol. More... | |
| int | family () const |
| Obtain an identifier for the protocol family. More... | |
Static Public Member Functions | |
| static icmp | v4 () |
| Construct to represent the IPv4 ICMP protocol. More... | |
| static icmp | v6 () |
| Construct to represent the IPv6 ICMP protocol. More... | |
Friends | |
| bool | operator== (const icmp &p1, const icmp &p2) |
| Compare two protocols for equality. More... | |
| bool | operator!= (const icmp &p1, const icmp &p2) |
| Compare two protocols for inequality. More... | |
Encapsulates the flags needed for ICMP.
The asio::ip::icmp class contains flags necessary for ICMP sockets.
| typedef basic_endpoint<icmp> asio::ip::icmp::endpoint |
| typedef basic_resolver<icmp> asio::ip::icmp::resolver |
| typedef basic_raw_socket<icmp> asio::ip::icmp::socket |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
1.8.11