#include <usockstreambuf.h>
Inheritance diagram for Dv::Net::usockstreambuf:
Public Member Functions | |
usockstreambuf (size_t in_buf_size=1024, size_t out_buf_size=1024, time_t delay=0) | |
Constructor. | |
virtual | ~usockstreambuf () |
Destructor. | |
const std::string & | filename () const |
Static Public Member Functions | |
int | bind (const std::string &filename, int &err) |
Create socket fd and bind to filename, return <0 if error. | |
Private Member Functions | |
void | filename (const std::string &fn) |
Set filename associated with this unix socket. | |
Private Attributes | |
std::string | fn_ |
Filename associated with this unix socket. |
Definition at line 17 of file usockstreambuf.h.
|
Constructor.
|
|
Destructor.
|
|
Create socket fd and bind to filename, return <0 if error.
|
|
References fn_. |
|
Set filename associated with this unix socket.
References fn_. |
|
Filename associated with this unix socket. Definition at line 64 of file usockstreambuf.h. Referenced by filename(). |
dvnet-0.9.11 | [27 December, 2004] |