classPiiGenericOutputArchive::Impl
#include <PiiGenericOutputArchive.h>
Default implementation of the generic output archive interface.
Inherits PiiGenericOutputArchive
Description
This class takes the actual archive implementation as a template parameter. For example, an implementation with a binary output archive can be created simply with PiiGenericOutputArchive::Impl<PiiBinaryOutputArchive>. The library contains convenient typedefs for known archive types (e.g. PiiGenericBinaryOutputArchive).
Constructors and destructor
Public member functions
|
virtual int
|
( )
|
|
virtual int
|
( )
|
|
virtual void
|
(
|
Function details
-
-
virtual int majorVersion
()[inline, virtual]Reimplemented from PiiGenericOutputArchive.
-
virtual int minorVersion
()[inline, virtual]Reimplemented from PiiGenericOutputArchive.
-
virtual void writeRawData
(- const void * ptr
- unsigned int size
[inline, virtual]Reimplemented from PiiGenericOutputArchive.
Add a note
Not a single note added yet. Be the first, add yours.