Remote Call Framework 3.4
SF::Archive Class Reference

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...
 

Detailed Description

Represents an archive, in which serialized objects are stored.

Member Function Documentation

◆ isRead()

bool SF::Archive::isRead ( ) const

Returns true if this archive is being read from.

◆ isWrite()

bool SF::Archive::isWrite ( ) const

Returns true if this archive is being written to.

◆ getRuntimeVersion()

int SF::Archive::getRuntimeVersion ( )

Gets the RCF runtime version associated with this archive.

◆ getArchiveVersion()

int SF::Archive::getArchiveVersion ( )

Gets the archive version associated with this archive.


The documentation for this class was generated from the following file: