#include <sslarchivestream.hpp>
Inheritance diagram for MynahSA::SSLArchiveStream:


Public Member Functions | |
| SSLArchiveStream (SSL *s) | |
| constructor - takes an open and ready SSL as a parameter | |
| SSLArchiveStream (const SSLArchiveStream &s) | |
| copy constructor - for a workaround in SUNPro tools | |
| ~SSLArchiveStream () | |
| destructor - does nothing | |
| bool | is_open () const |
| returns true if stream is still open | |
| void | close () |
| close the stream - SSL 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 45 of file sslarchivestream.hpp.
|
|
Clear unique pointer references. See MynahSA::Archive::clearUPR() for more details. Reimplemented from MynahSA::Archive. |