#include <socketstream/config.h>
#include <sys/types.h>
#include <sys/socket.h>
Include dependency graph for sockets_base.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ss |
Classes | |
class | ss::sockets_base |
Base class for all socketstream specific common stuff. More... | |
struct | ss::sockets_base::def |
Default values. More... | |
Defines | |
#define | SOCKETSTREAM_SOCKETS_BASE_H 1 |
Enumerations | |
enum | ss::__Family |
enum | ss::__Style |
enum | ss::__Protocol |
enum | ss::__Shutdown_Mode |
enum | ss::__Io_Flag |
Functions | |
__Io_Flag | ss::operator & (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator| (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator^ (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator &= (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator|= (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator^= (__Io_Flag __a, __Io_Flag __b) |
__Io_Flag | ss::operator~ (__Io_Flag __a) |
Definition in file sockets_base.h.