NetCpp  v0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
dgram_local.hpp File Reference
#include <stdexcept>
#include "abstract_socket.hpp"
#include "posix_socket.hpp"
#include "address.hpp"
#include "stream_local.hpp"
Include dependency graph for dgram_local.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  server
 Server for local dgram communications. More...
class  client
 Client for local dgram communications. More...

Namespaces

namespace  net
namespace  net::local
namespace  net::local::dgram

Typedefs

typedef net::local::stream::address address
 Address for local dgram communications.