#include <socketstream.hpp>
|
virtual int | sync () |
|
virtual int_type | underflow () |
|
virtual int_type | overflow (int_type c=traits_type::eof()) |
|
virtual std::streamsize | xsgetn (char_type *__s, std::streamsize __n) |
|
virtual std::streamsize | xsputn (const char_type *__s, std::streamsize __n) |
|
Definition at line 21 of file socketstream.hpp.
mfem::socketbuf::socketbuf |
( |
| ) |
|
|
inline |
mfem::socketbuf::socketbuf |
( |
int |
sd | ) |
|
|
inlineexplicit |
mfem::socketbuf::socketbuf |
( |
const char |
hostname[], |
|
|
int |
port |
|
) |
| |
|
inline |
mfem::socketbuf::~socketbuf |
( |
| ) |
|
|
inline |
int mfem::socketbuf::attach |
( |
int |
sd | ) |
|
Attach a new socket descriptor to the socketbuf. Returns the old socket descriptor which is NOT closed.
Definition at line 39 of file socketstream.cpp.
int mfem::socketbuf::close |
( |
| ) |
|
int mfem::socketbuf::detach |
( |
| ) |
|
|
inline |
int mfem::socketbuf::getsocketdescriptor |
( |
| ) |
|
|
inline |
bool mfem::socketbuf::is_open |
( |
| ) |
|
|
inline |
int mfem::socketbuf::open |
( |
const char |
hostname[], |
|
|
int |
port |
|
) |
| |
socketbuf::int_type mfem::socketbuf::overflow |
( |
int_type |
c = traits_type::eof() | ) |
|
|
protectedvirtual |
int mfem::socketbuf::sync |
( |
| ) |
|
|
protectedvirtual |
socketbuf::int_type mfem::socketbuf::underflow |
( |
| ) |
|
|
protectedvirtual |
std::streamsize mfem::socketbuf::xsgetn |
( |
char_type * |
__s, |
|
|
std::streamsize |
__n |
|
) |
| |
|
protectedvirtual |
std::streamsize mfem::socketbuf::xsputn |
( |
const char_type * |
__s, |
|
|
std::streamsize |
__n |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following files: