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 |
Public Member Functions | |
basic_socketstream () | |
basic_socketstream (int s) | |
~basic_socketstream () | |
void | close () |
bool | open (const std::string &host, uint16_t port) |
Protected Attributes | |
buf_type | buf |
typedef basic_socketbuf<char_type> GenericAPI::Net::basic_socketstream< Char >::buf_type |
typedef Char GenericAPI::Net::basic_socketstream< Char >::char_type |
typedef std::basic_iostream<char_type> GenericAPI::Net::basic_socketstream< Char >::stream_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |