lib45d
45Drives C++ Library Development Documentation
ffd::SocketBase Member List

This is the complete list of members for ffd::SocketBase, including all inherited members.

ACKffd::SocketBaseprotected
close_connection(int fd=0)ffd::SocketBaseinline
fd_ffd::SocketBaseprotected
get_ack(int fd) (defined in ffd::SocketBase)ffd::SocketBaseinlineprivate
io_fd_ffd::SocketBaseprotected
receive_data(std::string &payload, int flags=0, int fd=0)ffd::SocketBaseinline
receive_data(std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
receive_data_async(std::string &payload, int flags=0, int fd=0)ffd::SocketBaseinline
receive_data_async(std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
receive_data_sync(std::string &payload, int flags=0, int fd=0)ffd::SocketBaseinline
receive_data_sync(std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
send_ack(int fd) (defined in ffd::SocketBase)ffd::SocketBaseinlineprivate
send_data(const std::string &str, int flags=0, int fd=0)ffd::SocketBaseinline
send_data(const std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
send_data_async(const std::string &str, int flags=0, int fd=0)ffd::SocketBaseinline
send_data_async(const std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
send_data_sync(const std::string &str, int flags=0, int fd=0)ffd::SocketBaseinline
send_data_sync(const std::vector< std::string > &vec, int flags=0, int fd=0)ffd::SocketBaseinline
shutdown(int how=SHUT_RDWR)ffd::SocketBaseinline
SocketBase(int domain, int type, int protocol=0)ffd::SocketBaseinline
~SocketBase()ffd::SocketBaseinline