#include <tcparchivestream.hpp>
Inheritance diagram for MynahSA::TCPArchiveStream:


Public Member Functions | |
| TCPArchiveStream (int sd) | |
| constructor - takes an open and ready TCP as a parameter | |
| TCPArchiveStream (const TCPArchiveStream &s) | |
| copy constructor - for a workaround in SUNPro tools | |
| ~TCPArchiveStream () | |
| destructor - does nothing | |
| bool | is_open () const |
| returns true if stream is still open | |
| void | close () |
| close the stream - TCP shutdown call | |
| void | registerConstructor (const std::string &name, const SHARED_PTR< Archive::ArchiveConstructor > &cons) |
| we need to provide an override to avoid ambiguity in calling this function | |
| void | clearUPR () |
Definition at line 44 of file tcparchivestream.hpp.
|
|
Clear unique pointer references. See MynahSA::Archive::clearUPR() for more details. Reimplemented from MynahSA::Archive. |