|
MASA-Core
|
Definition at line 29 of file SocketCellsWriter.hpp.
#include <SocketCellsWriter.hpp>
Public Member Functions | |
| SocketCellsWriter (string hostname, int port) | |
| virtual | ~SocketCellsWriter () |
| virtual void | close () |
| virtual int | write (const cell_t *buf, int len) |
Private Member Functions | |
| void | init () |
Private Attributes | |
| string | hostname |
| int | port |
| int | socketfd |
| SocketCellsWriter::SocketCellsWriter | ( | string | hostname, |
| int | port | ||
| ) |
Definition at line 35 of file SocketCellsWriter.cpp.
| SocketCellsWriter::~SocketCellsWriter | ( | ) | [virtual] |
Definition at line 42 of file SocketCellsWriter.cpp.
| void SocketCellsWriter::close | ( | ) | [virtual] |
Implements CellsWriter.
Definition at line 46 of file SocketCellsWriter.cpp.
| void SocketCellsWriter::init | ( | ) | [private] |
Definition at line 63 of file SocketCellsWriter.cpp.
| int SocketCellsWriter::write | ( | const cell_t * | buf, |
| int | len | ||
| ) | [virtual] |
Implements CellsWriter.
Definition at line 54 of file SocketCellsWriter.cpp.
string SocketCellsWriter::hostname [private] |
Definition at line 37 of file SocketCellsWriter.hpp.
int SocketCellsWriter::port [private] |
Definition at line 38 of file SocketCellsWriter.hpp.
int SocketCellsWriter::socketfd [private] |
Definition at line 39 of file SocketCellsWriter.hpp.
1.7.6.1