Represents an archive, in which serialized objects are stored. More...
#include <Archive.hpp>
Inherits RCF::Noncopyable.
Public Member Functions | |
bool | isRead () const |
Returns true if this archive is being read from. More... | |
bool | isWrite () const |
Returns true if this archive is being written to. More... | |
int | getRuntimeVersion () |
Gets the RCF runtime version associated with this archive. More... | |
int | getArchiveVersion () |
Gets the archive version associated with this archive. More... | |
Represents an archive, in which serialized objects are stored.
bool SF::Archive::isRead | ( | ) | const |
Returns true if this archive is being read from.
bool SF::Archive::isWrite | ( | ) | const |
Returns true if this archive is being written to.
int SF::Archive::getRuntimeVersion | ( | ) |
Gets the RCF runtime version associated with this archive.
int SF::Archive::getArchiveVersion | ( | ) |
Gets the archive version associated with this archive.