ldas-tools-ldasgen
2.6.3
|
#include <SocketStream.hh>
Public Types | |
typedef Char | char_type |
typedef std::basic_streambuf< char_type > | buf_type |
typedef std::basic_ostream< char_type > | stream_type |
typedef buf_type::int_type | int_type |
typedef std::basic_streambuf< Char >::traits_type | traits_type |
Public Member Functions | |
basic_socketbuf () | |
virtual | ~basic_socketbuf () |
void | set_socket (int sock) |
int | get_socket () |
Protected Member Functions | |
int | output_buffer () |
virtual int_type | overflow (int_type c) |
virtual int | sync () |
virtual int_type | underflow () |
Protected Attributes | |
char_type | obuf [SIZE] |
char_type | ibuf [SIZE] |
int | sock |
Static Protected Attributes | |
static const int | char_size = sizeof( char_type ) |
static const int | SIZE = 128 |
typedef std::basic_streambuf< char_type > GenericAPI::Net::basic_socketbuf< Char >::buf_type |
typedef Char GenericAPI::Net::basic_socketbuf< Char >::char_type |
typedef buf_type::int_type GenericAPI::Net::basic_socketbuf< Char >::int_type |
typedef std::basic_ostream< char_type > GenericAPI::Net::basic_socketbuf< Char >::stream_type |
typedef std::basic_streambuf< Char >::traits_type GenericAPI::Net::basic_socketbuf< Char >::traits_type |
|
inline |
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inline |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
staticprotected |
|
protected |
|
protected |
|
staticprotected |
|
protected |