ldas-tools-ldasgen
2.5.5
|
#include <SocketStream.hh>
Public Types | |
typedef Char | char_type |
typedef std::basic_iostream < char_type > | stream_type |
typedef basic_socketbuf < char_type > | buf_type |
typedef LDASTools::AL::SharedPtr < basic_socketstream< Char > > | accept_stream_type |
Public Member Functions | |
basic_server_socketstream () | |
basic_server_socketstream (int s) | |
int | handle () |
accept_stream_type | accept () |
void | close () |
bool | open (uint16_t port) |
Static Public Attributes | |
static const int | MAX_BACKLOG = 5 |
Protected Attributes | |
buf_type | buf |
typedef LDASTools::AL::SharedPtr< basic_socketstream< Char > > GenericAPI::Net::basic_server_socketstream< Char >::accept_stream_type |
typedef basic_socketbuf<char_type> GenericAPI::Net::basic_server_socketstream< Char >::buf_type |
typedef Char GenericAPI::Net::basic_server_socketstream< Char >::char_type |
typedef std::basic_iostream<char_type> GenericAPI::Net::basic_server_socketstream< Char >::stream_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
static |