NetCpp  v0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
client Class Reference

Client for local stream communications. More...

#include <stream_local.hpp>

Inheritance diagram for client:
Inheritance graph

Public Member Functions

 client ()
 Constructor.
- Public Member Functions inherited from AbstractSocket
bool close ()
 Close the socket.
AbstractSystemSocketgetSocket ()
 get the socket
int receive (__buffer buf, std::size_t size)
 Receive operation.
int send (__buffer buf, std::size_t size)
 Send operation.

Additional Inherited Members

- Protected Member Functions inherited from AbstractSocket
 AbstractSocket (const protocol &prot)
 Constructor.

Detailed Description

Client for local stream communications.

Definition at line 145 of file stream_local.hpp.

Constructor & Destructor Documentation

client ( )
inline

Constructor.

This constructor allocates a concrete class derived from net::AbstractSystemSocket.

Definition at line 153 of file stream_local.hpp.

:
AbstractSocket{protocol (STREAM, LOCAL)}{}

The documentation for this class was generated from the following file: