C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract interface class that defines methods to access and modify a serialized object. This class implements the most general serialization methods. More...
|
inlinevirtual |
Returns the major version of the archive
Implements DataArchiveIface.
|
inlinevirtual |
Returns the minor version of the archive
Implements DataArchiveIface.
|
inlinevirtual |
Returns the update version of the archive
Implements DataArchiveIface.
|
inlinevirtual |
Sets the major version of the archive
[in] | majorVersion | The major version of the archive |
Implements DataArchiveIface.
|
inlinevirtual |
Sets the minor version of the archive
[in] | minorVersion | The minor version of the archive |
Implements DataArchiveIface.
|
inlinevirtual |
Sets the update version of the archive
[in] | updateVersion | The update version of the archive |
Implements DataArchiveIface.
For more complete information about compiler optimizations, see our Optimization Notice.