libsocket 1.5
|
This is the complete list of members for Network::LocalSocket, including all inherited members.
_addr | Network::Socket | protected |
_bind(const std::string &filename) | Network::LocalSocket | protected |
_buffer | Network::Socket | protected |
_check_answer(int res, std::string &str) | Network::Socket | inlineprotected |
_close(int socket) const | Network::Socket | protected |
_delim | Network::Socket | protected |
_empty_lines | Network::Socket | protected |
_filename | Network::LocalSocket | protected |
_find_delim(const std::string &str, int start) const | Network::Socket | protected |
_kind | Network::Socket | protected |
_listen(int socket) const | Network::Socket | protected |
_proto_kind | Network::Socket | protected |
_read_line(int socket) | Network::LocalSocket | protectedvirtual |
_read_line(int socket, std::string &filename) | Network::LocalSocket | protected |
_read_line_bin(int socket, unsigned int size) | Network::LocalSocket | protectedvirtual |
_read_line_bin(int socket, std::string &filename, unsigned int pkg_size) | Network::LocalSocket | protected |
_recv_flags | Network::Socket | protected |
_set_timeout(bool enable, int socket, int timeout) | Network::Socket | protected |
_socket | Network::Socket | protected |
_state_timeout | Network::Socket | protected |
_tls | Network::Socket | protected |
_update_buffer(std::pair< int, int > &delim, int &i, std::string &str) | Network::Socket | inlineprotected |
_version | Network::Socket | protected |
_write_str(int socket, const std::string &str, const std::string &filename) const | Network::LocalSocket | protected |
Network::Socket::_write_str(int socket, const std::string &str) const | Network::Socket | protected |
_write_str_bin(int socket, const std::string &str, const std::string &filename) const | Network::LocalSocket | protected |
Network::Socket::_write_str_bin(int socket, const std::string &str) const | Network::Socket | protected |
add_delim(const std::string &delim) | Network::Socket | |
allow_empty_lines() | Network::Socket | |
close() | Network::LocalSocket | |
connected() const | Network::Socket | |
del_delim(const std::string &delim) | Network::Socket | |
enable_tls() | Network::Socket | |
get_socket() | Network::Socket | |
init(const std::string &filename) | Network::LocalSocket | |
init_tls(GnuTLSKind kind, unsigned size=1024, const std::string &certfile="", const std::string &keyfile="", const std::string &trustfile="", const std::string &crlfile="") | Network::Socket | |
LocalSocket() | Network::LocalSocket | inline |
LocalSocket(PROTO_KIND pkind) | Network::LocalSocket | inline |
read() | Network::LocalSocket | virtual |
read(int timeout) | Network::LocalSocket | virtual |
read(std::string &filename) | Network::LocalSocket | |
read(std::string &filename, int timeout) | Network::LocalSocket | |
readn(unsigned int size) | Network::LocalSocket | virtual |
readn(int timeout, unsigned int size) | Network::LocalSocket | virtual |
readn(std::string &filename, unsigned int size) | Network::LocalSocket | |
readn(std::string &filename, int timeout, unsigned int size) | Network::LocalSocket | |
Socket(SOCKET_KIND kind, SOCKET_VERSION version=V4) | Network::Socket | |
Socket(SOCKET_KIND kind, PROTO_KIND pkind, SOCKET_VERSION version=V4) | Network::Socket | |
write(const std::string &str) | Network::Socket | |
writeto(const std::string &str, const std::string &filename) | Network::LocalSocket | |
~LocalSocket() | Network::LocalSocket | inlinevirtual |
~Socket() | Network::Socket | virtual |