#include <ipsock.h>
PIPSocketAddressAndPort::PIPSocketAddressAndPort |
( |
| ) |
|
|
inline |
PIPSocketAddressAndPort::PIPSocketAddressAndPort |
( |
char |
separator | ) |
|
|
inline |
PIPSocketAddressAndPort::PIPSocketAddressAndPort |
( |
const PString & |
str, |
|
|
WORD |
defaultPort = 0 , |
|
|
char |
separator = ':' |
|
) |
| |
|
inline |
PString PIPSocketAddressAndPort::AsString |
( |
char |
separator = 0 | ) |
const |
|
inline |
WORD PIPSocketAddressAndPort::GetPort |
( |
| ) |
const |
|
inline |
bool PIPSocketAddressAndPort::IsValid |
( |
| ) |
const |
|
inline |
PBoolean PIPSocketAddressAndPort::Parse |
( |
const PString & |
str, |
|
|
WORD |
defaultPort = 0 , |
|
|
char |
separator = ':' |
|
) |
| |
void PIPSocketAddressAndPort::SetAddress |
( |
const PIPSocket::Address & |
addr, |
|
|
WORD |
port = 0 |
|
) |
| |
void PIPSocketAddressAndPort::SetPort |
( |
WORD |
port | ) |
|
|
inline |
WORD PIPSocketAddressAndPort::m_port |
|
protected |
char PIPSocketAddressAndPort::m_separator |
|
protected |
The documentation for this class was generated from the following file: