#include <ipsock.h>
Public Member Functions | |
PIPSocketAddressAndPort () | |
PIPSocketAddressAndPort (char _sep) | |
PIPSocketAddressAndPort (const PString &str, WORD defaultPort=0, char _sep= ':') | |
PBoolean | Parse (const PString &str, WORD defaultPort=0, char sep= ':') |
PString | AsString (char _sep=0) const |
Public Attributes | |
PIPSocket::Address | address |
WORD | port |
char | sep |
PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | ) | [inline] |
PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | char | _sep | ) | [inline] |
PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | const PString & | str, | |
WORD | defaultPort = 0 , |
|||
char | _sep = ':' | |||
) | [inline] |
PBoolean PIPSocketAddressAndPort::Parse | ( | const PString & | str, | |
WORD | defaultPort = 0 , |
|||
char | sep = ':' | |||
) |
PString PIPSocketAddressAndPort::AsString | ( | char | _sep = 0 |
) | const [inline] |