UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
sockaddr.hpp File Reference

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

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
 

Detailed Description

Declaration of the Sockaddr class and some free helper functions.

Definition in file sockaddr.hpp.