Declaration of the Sockaddr class and some free helper functions. More...
Include dependency graph for sockaddr.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| union | UPnPsdk::sockaddr_t |
| Helpful union of the different socket address structures. More... | |
| struct | UPnPsdk::SSockaddr |
| Trivial ::sockaddr structures enhanced with methods. More... | |
Namespaces | |
| namespace | UPnPsdk |
| Reengineered Object Oriented UPnP+ program code. | |
Functions | |
| int | UPnPsdk::to_port (std::string_view a_port_str, in_port_t *const a_port_num=nullptr) noexcept |
| Free function to check if a string represents a valid port number. | |
| void | UPnPsdk::split_addr_port (std::string_view a_addr_str, std::string &a_addr, std::string &a_serv) |
| Free function to split inet address and port(service) | |
| UPnPsdk_API::std::ostream & | UPnPsdk::operator<< (::std::ostream &os, SSockaddr &saddr) |
| output the netaddress | |
Declaration of the Sockaddr class and some free helper functions.
Definition in file sockaddr.hpp.