randolf.ca
1.00
Randolf Richardson's C++ classes
|
This is the complete list of members for randolf::rsocket_group, including all inherited members.
close() | randolf::rsocket_group | inline |
erase(rsocket *r) | randolf::rsocket_group | inline |
insert(rsocket *r) | randolf::rsocket_group | inline |
insert(R r, Rs... rs) | randolf::rsocket_group | inline |
name(const std::string name) noexcept | randolf::rsocket_group | inline |
name() noexcept | randolf::rsocket_group | inline |
net_io() noexcept | randolf::rsocket_group | inline |
net_io(const char *format, size_t len=0) noexcept | randolf::rsocket_group | inline |
rsocket_group() noexcept | randolf::rsocket_group | inline |
rsocket_group(R r, Rs... rs) noexcept | randolf::rsocket_group | inline |
send(const std::string msg, const int flags=0) | randolf::rsocket_group | inline |
send(const std::vector< char > msg, const int flags=0) | randolf::rsocket_group | inline |
send(const char *msg, const size_t len, const int flags=0) | randolf::rsocket_group | inline |
send_asciiz(const char *msg, const int flags=0) | randolf::rsocket_group | inline |
send_byte(const char value, const int flags=0) | randolf::rsocket_group | inline |
send_eol(const int flags=0) | randolf::rsocket_group | inline |
send_struct(const T value, const int flags=0) | randolf::rsocket_group | inline |
send_uint16_lsb(const uint16_t value, const int flags=0) | randolf::rsocket_group | inline |
send_uint16_msb(const uint16_t value, const int flags=0) | randolf::rsocket_group | inline |
send_uint32_lsb(const uint32_t value, const int flags=0) | randolf::rsocket_group | inline |
send_uint32_msb(const uint32_t value, const int flags=0) | randolf::rsocket_group | inline |
send_uint64_lsb(const uint64_t value, const int flags=0) | randolf::rsocket_group | inline |
send_uint64_msb(const uint64_t value, const int flags=0) | randolf::rsocket_group | inline |
sendline(const std::string msg=std::string(), const int flags=0) | randolf::rsocket_group | inline |
sendz(const char *msg, const int flags=0) | randolf::rsocket_group | inline |
shutdown(const int how=SHUT_RDWR) | randolf::rsocket_group | inline |
size() | randolf::rsocket_group | inline |