#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) |
| |
|
| static const int | buflen = 1024 |
| |
Definition at line 29 of file socketstream.hpp.
| mfem::socketbuf::socketbuf |
( |
| ) |
|
|
inline |
| mfem::socketbuf::socketbuf |
( |
int |
sd | ) |
|
|
inlineexplicit |
| mfem::socketbuf::socketbuf |
( |
const char |
hostname[], |
|
|
int |
port |
|
) |
| |
|
inline |
| virtual mfem::socketbuf::~socketbuf |
( |
| ) |
|
|
inlinevirtual |
| int mfem::socketbuf::attach |
( |
int |
sd | ) |
|
|
virtual |
| int mfem::socketbuf::close |
( |
| ) |
|
|
virtual |
| 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 |
|
) |
| |
|
virtual |
| 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 |
| const int mfem::socketbuf::buflen = 1024 |
|
staticprotected |
| char mfem::socketbuf::ibuf[buflen] |
|
protected |
| char mfem::socketbuf::obuf[buflen] |
|
protected |
| int mfem::socketbuf::socket_descriptor |
|
protected |
The documentation for this class was generated from the following files: