addMulticast(const MCNetAddr &group, const MCNetAddr &mcastIf) | MCCLSocket | |
attach(void *impl) | MCBase | [protected] |
available() const | MCIOBase | |
bind(const MCNetAddr &addr) | MCSocket | |
close() | MCIOBase | |
detach() | MCBase | [protected] |
dropMulticast(const MCNetAddr &group, const MCNetAddr &mcastIf) | MCCLSocket | |
getBroadcast() const | MCCLSocket | |
getHandle() const | MCIOBase | |
getMulticastIf() const | MCCLSocket | |
getMulticastTtl() const | MCCLSocket | |
getNonBlock() const | MCSocket | |
getRecvBufferSize() const | MCSocket | |
getReuseAddr() const | MCSocket | |
getSendBufferSize() const | MCSocket | |
getSockName() const | MCSocket | |
getTos() const | MCSocket | |
getTtl() const | MCSocket | |
isOpen() const | MCIOBase | |
MCBase() | MCBase | |
MCBase(const MCBase &) | MCBase | |
MCBase(void *impl) | MCBase | [protected] |
MCCLSocket() | MCCLSocket | [protected] |
MCCLSocket(void *impl) | MCCLSocket | [protected] |
MCIOBase() | MCIOBase | [protected] |
MCIOBase(void *impl) | MCIOBase | [protected] |
mclpriv::MCBaseAccessor (defined in MCBase) | MCBase | [friend] |
MCPOLLALL | MCIOBase | [static] |
MCPOLLEX | MCIOBase | [static] |
MCPOLLRD | MCIOBase | [static] |
MCPOLLWR | MCIOBase | [static] |
MCSocket() | MCSocket | [protected] |
MCSocket(void *impl) | MCSocket | [protected] |
MCUDPSocket() | MCUDPSocket | |
MCUDPSocket(const MCNetAddr &addr) | MCUDPSocket | |
operator!=(const MCBase &) const | MCBase | |
operator<(const MCBase &) const | MCBase | |
operator=(const MCBase &) | MCBase | |
operator==(const MCBase &) const | MCBase | |
poll(mcintn pollFlags, mcinterval_t timeout) const | MCIOBase | |
read(void *buf, mcllib::mcint32 size) | MCIOBase | |
recvFrom(void *buf, mcint32 len, mcinterval_t timeout=MCIntervalInfinite) | MCSocket | |
sendTo(const MCNetAddr &addr, const void *buf, mcint32 len, mcinterval_t timeout=MCIntervalInfinite) | MCSocket | |
setBroadcast(bool broadcast) | MCCLSocket | |
setInherit(bool inherit) | MCIOBase | |
setMulticastIf(const MCNetAddr &mcastIf) | MCCLSocket | |
setMulticastTtl(mcuint32 mcastTtl) | MCCLSocket | |
setNonBlock(bool nonBlock) | MCSocket | |
setRecvBufferSize(mcuint32 sz) | MCSocket | |
setReuseAddr(bool reuse) | MCSocket | |
setSendBufferSize(mcuint32 sz) | MCSocket | |
setTos(mcuint32 tos) | MCSocket | |
setTtl(mcuint32 ttl) | MCSocket | |
toString() const | MCIOBase | |
write(const void *buf, mcllib::mcint32 size) | MCIOBase | |
~MCBase() | MCBase | |
~MCIOBase() | MCIOBase | |
~MCSocket() | MCSocket | |