SourcePro® 2024.1 |
SourcePro® API Reference Guide |
This is the complete list of members for RWMulticastSocket, including all inherited members.
accept(RWSockAddr *addr=0) const | RWSocket | |
bind(const RWSockAddrBase &address) | RWSocket | |
clearError() const | RWSocket | protected |
close() | RWSocket | |
closesocket() | RWSocket | |
connect(const RWSockAddrBase &address) | RWSocket | |
doRaise(int err, const char *funcName) | RWSocket | protectedstatic |
getpeername() const | RWSocket | |
getSocket() const | RWSocket | inline |
getsockname() const | RWSocket | |
getsockopt(int level, int option, void *optval, RWSockLenType *optlen) const | RWSocket | |
getsockopt(int option) const | RWSocket | |
getsocktype() const | RWSocket | |
id(unsigned level=0) const | RWSocket | |
ioctl(long cmd, void *arg) const | RWSocket | |
ioctl(long cmd, int arg) const | RWSocket | |
ioctl(long cmd) const | RWSocket | |
ioctlsocket(long cmd, void *arg) const | RWSocket | |
ioctlsocket(long cmd, int arg) const | RWSocket | |
ioctlsocket(long cmd) const | RWSocket | |
isValid() const | RWSocket | |
joinGroup(const RWInetAddr &group, const RWInetAddr &localAddr=RWInetAddr()) | RWMulticastSocket | |
joinGroup(const RWInet6Addr &group, unsigned int inter=0) | RWMulticastSocket | |
lastError() const | RWSocket | protected |
leaveGroup(const RWInetAddr &group, const RWInetAddr &localAddr=RWInetAddr()) | RWMulticastSocket | |
leaveGroup(const RWInet6Addr &group, unsigned int inter=0) | RWMulticastSocket | |
listen(const RWSockAddrBase &addr, int backlog=5) | RWSocket | |
listen(int backlog=5) const | RWSocket | |
operator!=(const RWSocket &lhs, const RWSocket &rhs) | RWSocket | related |
operator<<(std::ostream &, const RWSocket &sock) | RWSocket | related |
operator=(const RWSocket &socket) | RWMulticastSocket | |
operator==(const RWSocket &lhs, const RWSocket &rhs) | RWSocket | related |
raise(const char *funcName, int err) const | RWSocket | protected |
raise(const char *funcName) const | RWSocket | protected |
raiseUnlessWouldBlock(const char *funcName, int err) const | RWSocket | protected |
raiseUnlessWouldBlock(const char *funcName) const | RWSocket | protected |
recv(int flags=0) const | RWSocket | |
recv(char *buf, int len, int flags=0, RWNetBuf::State *s=0) const | RWSocket | |
recvAtLeast(int n) const | RWSocket | |
recvAtLeast(char *buf, int len, int n, RWNetBuf::State *s=0) const | RWSocket | |
recvfrom(RWSockAddr *addr=0, int flags=0) const | RWSocket | |
recvfrom(char *buf, int len, RWSockAddr *addr=0, int flags=0, RWNetBuf::State *state=0) const | RWSocket | |
recvmsg(msghdr *msg, int flags=0, RWNetBuf::State *s=0) const | RWSocket | |
RWMulticastSocket() | RWMulticastSocket | |
RWMulticastSocket(const RWSockType &socketType) | RWMulticastSocket | |
RWMulticastSocket(SOCKET existingSocket) | RWMulticastSocket | |
rwSetBlocking(RWSocket &s) | RWSocket | related |
rwSetNonBlocking(RWSocket &s) | RWSocket | related |
RWSocket() | RWSocket | |
RWSocket(const RWSocket &s) | RWSocket | |
RWSocket(const RWSockType &socketType) | RWSocket | |
RWSocket(SOCKET existingSocket) | RWSocket | |
send(const RWCString &buf, int flags=0) const | RWSocket | |
send(const char *buf, int len, int flags=0) const | RWSocket | |
sendAtLeast(const RWCString &buf) const | RWSocket | |
sendAtLeast(const RWCString &buf, int n) const | RWSocket | |
sendAtLeast(const char *buf, int len) const | RWSocket | |
sendAtLeast(const char *buf, int len, int n) const | RWSocket | |
sendmsg(msghdr *msg, int flags=0) const | RWSocket | |
sendto(const RWCString &buf, const RWSockAddrBase &to, int flags=0) const | RWSocket | |
sendto(const char *buf, int len, const RWSockAddrBase &to, int flags=0) const | RWSocket | |
SET_BLOCKING | RWSocket | related |
SET_NON_BLOCKING | RWSocket | related |
setInterface(const RWInetAddr &inter) | RWMulticastSocket | |
setInterface(unsigned int inter) | RWMulticastSocket | |
setLoopback(bool loop) | RWMulticastSocket | |
setScope(unsigned int scope) | RWMulticastSocket | |
setsockopt(int level, int option, void *optval, int optlen) const | RWSocket | |
setsockopt(int option, int optval) const | RWSocket | |
shutdown(int how=2) const | RWSocket | |
shutdownread() const | RWSocket | inline |
shutdownwrite() const | RWSocket | inline |
SOCKET typedef | RWSocket | related |
socket(const RWSockType &type) | RWSocket | |
socket_ | RWSocket | protected |
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |