Declaration of the Sockaddr class and some free helper functions. More...
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 | |
void | UPnPsdk::split_addr_port (const std::string &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.