C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
DataArchiveImpl Class Reference

Abstract interface class that defines methods to access and modify a serialized object. This class implements the most general serialization methods. More...

Class Declaration

Member Function Documentation

int getMajorVersion ( )
inlinevirtual

Returns the major version of the archive

Returns
The major version of the archive

Implements DataArchiveIface.

int getMinorVersion ( )
inlinevirtual

Returns the minor version of the archive

Returns
The minor version of the archive

Implements DataArchiveIface.

int getUpdateVersion ( )
inlinevirtual

Returns the update version of the archive

Returns
The update version of the archive

Implements DataArchiveIface.

void setMajorVersion ( int  majorVersion)
inlinevirtual

Sets the major version of the archive

Parameters
[in]majorVersionThe major version of the archive

Implements DataArchiveIface.

void setMinorVersion ( int  minorVersion)
inlinevirtual

Sets the minor version of the archive

Parameters
[in]minorVersionThe minor version of the archive

Implements DataArchiveIface.

void setUpdateVersion ( int  updateVersion)
inlinevirtual

Sets the update version of the archive

Parameters
[in]updateVersionThe update version of the archive

Implements DataArchiveIface.


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

For more complete information about compiler optimizations, see our Optimization Notice.