#include <ipsock.h>
Public Member Functions | |
| PIPSocketAddressAndPort () | |
| PIPSocketAddressAndPort (const PString &str, WORD defaultPort=0) | |
| PIPSocketAddressAndPort (char sep, const PString &str, WORD defaultPort=0) | |
| void | Parse (char sep, const PString &str, WORD defaultPort=0) |
| PString | AsString () const |
Public Attributes | |
| PIPSocket::Address | address |
| WORD | port |
| PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | ) | [inline] |
| PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | const PString & | str, | |
| WORD | defaultPort = 0 | |||
| ) | [inline] |
References Parse().
| PIPSocketAddressAndPort::PIPSocketAddressAndPort | ( | char | sep, | |
| const PString & | str, | |||
| WORD | defaultPort = 0 | |||
| ) | [inline] |
References Parse().
| void PIPSocketAddressAndPort::Parse | ( | char | sep, | |
| const PString & | str, | |||
| WORD | defaultPort = 0 | |||
| ) |
Referenced by PIPSocketAddressAndPort().
| PString PIPSocketAddressAndPort::AsString | ( | ) | const [inline] |
References address, PIPSocket::Address::AsString(), port, and PString::Unsigned.
Referenced by AsString().
Referenced by AsString().
1.5.5