PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PIPSocket::AddressAndPort Member List

This is the complete list of members for PIPSocket::AddressAndPort, including all inherited members.

AddressAndPort(char separator= ':')PIPSocket::AddressAndPort
AddressAndPort(WORD defaultPort, char separator= ':')PIPSocket::AddressAndPort
AddressAndPort(const PString &str, WORD defaultPort=0, char separator= ':', const char *proto=NULL)PIPSocket::AddressAndPort
AddressAndPort(const PIPSocket::Address &addr, WORD defaultPort=0, char separator= ':')PIPSocket::AddressAndPort
AddressAndPort(struct sockaddr *ai_addr, const int ai_addrlen)PIPSocket::AddressAndPort
AsString(char separator=0) const PIPSocket::AddressAndPort
GetAddress() const PIPSocket::AddressAndPortinline
GetPort() const PIPSocket::AddressAndPortinline
IsValid() const PIPSocket::AddressAndPortinline
m_addressPIPSocket::AddressAndPortprotected
m_portPIPSocket::AddressAndPortprotected
m_separatorPIPSocket::AddressAndPortprotected
MatchWildcard(const AddressAndPort &wild) const PIPSocket::AddressAndPort
operator!=(const AddressAndPort &obj) const PIPSocket::AddressAndPortinline
operator<<(ostream &strm, const AddressAndPort &ap)PIPSocket::AddressAndPortfriend
operator==(const AddressAndPort &obj) const PIPSocket::AddressAndPortinline
Parse(const PString &str, WORD defaultPort=0, char separator= ':', const char *proto=NULL)PIPSocket::AddressAndPort
SetAddress(const PIPSocket::Address &addr, WORD port=0)PIPSocket::AddressAndPort
SetPort(WORD port)PIPSocket::AddressAndPortinline