claw 1.9.0
 
Loading...
Searching...
No Matches
socket_traits_unix.hpp File Reference

Unix interface for using sockets. More...

#include <claw/assert.hpp>
#include <cstring>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for socket_traits_unix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  claw::socket_traits_unix
 Unix interface for using sockets. More...
 

Namespaces

namespace  claw
 This is the main namespace.
 

Typedefs

typedef socket_traits_unix claw::socket_traits
 

Detailed Description

Unix interface for using sockets.

Author
Julien Jorge

Definition in file socket_traits_unix.hpp.