| _csect | cbits::Socket | [private] |
| _error | cbits::Socket | [protected] |
| _errstr | cbits::Socket | [protected] |
| _glogr | cbits::Socket | [protected, static] |
| _host | cbits::Socket | [protected] |
| _iostream | cbits::Socket | [protected] |
| _is_bound | cbits::Socket | [protected] |
| _is_connected | cbits::Socket | [protected] |
| _llogr | cbits::Socket | [protected] |
| _port | cbits::Socket | [protected] |
| _read_csect | cbits::Socket | [private] |
| _sockfd | cbits::Socket | [protected] |
| _write_csect | cbits::Socket | [private] |
| bind_address(struct sockaddr_in *inout_address, unsigned long in_IP, const int in_port) | cbits::Socket | [private] |
| closeGlobalLogger() | cbits::Socket | [static] |
| closeLocalLogger() const | cbits::Socket | |
| connect() | cbits::Socket | [virtual] |
| create(const socket_t s) | cbits::Socket | [static] |
| get_addr() const | cbits::Socket | [inline] |
| get_iostream() | cbits::Socket | |
| getError() const | cbits::Socket | [inline] |
| getGlobalLogger() | cbits::Socket | [static] |
| getHandle() const | cbits::Socket | |
| getLocalLogger() const | cbits::Socket | |
| getLogger() const | cbits::Socket | |
| getSockOpt(const int level, const int op_name, char *buffer, int *buflen) const | cbits::Socket | [virtual] |
| ignore_epipe(const bool) | cbits::Socket | [private] |
| invalid_host(const char *) const | cbits::Socket | [private] |
| isAvailable(fd_set *rd, fd_set *wr, long int *msec=0, int *error=0) const | cbits::Socket | [protected] |
| isError() const | cbits::Socket | [virtual] |
| isReadable(long int *msec=0, int *const error=0) const | cbits::Socket | [virtual] |
| isWritable(long int *msec=0, int *const error=0) const | cbits::Socket | [virtual] |
| make_socket(const char *name, const int port, const bool now) | cbits::Socket | [private] |
| operator std::istream &() | cbits::Socket | [inline] |
| operator std::ostream &() | cbits::Socket | [inline] |
| operator=(const Socket &) | cbits::Socket | [private] |
| read(char *const buffer, const int buflen, int *const error=0, const long msec=0) | cbits::Socket | [virtual] |
| readLine(std::string &buffer, const std::string &delim, int *const error=0, const long int msec=0) | cbits::Socket | [virtual] |
| receive(char *const buffer, const int buflen, const long int msec=0, int *const error=0) | cbits::Socket | [virtual] |
| resolve_name(const char *) | cbits::Socket | [private] |
| send(const char *buffer, const long buflen, const long int msec=0, int *const error=0) | cbits::Socket | [virtual] |
| ServerSocket class | cbits::Socket | [friend] |
| set_blocking_off() | cbits::Socket | [virtual] |
| set_blocking_on() | cbits::Socket | [virtual] |
| set_bound(const bool val) | cbits::Socket | [inline, private] |
| setGlobalLogger(std::ostream *os) | cbits::Socket | [static] |
| setLocalLogger(std::ostream *os) const | cbits::Socket | |
| Socket(const std::string &host, const int port, const bool now=true) | cbits::Socket | |
| Socket(const char *host, const int port, const bool now=true) | cbits::Socket | |
| Socket(const int port, const bool now=true) | cbits::Socket | |
| Socket() | cbits::Socket | [protected] |
| Socket(const Socket &) | cbits::Socket | [private] |
| write(const char *buffer, const long buflen, int *const error=0, const long int msec=0) | cbits::Socket | [virtual] |
| ~Socket() | cbits::Socket | [virtual] |