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