#include <Thyra_SpmdMultiVectorSerializerDecl.hpp>
Public Member Functions | |
| void | binaryMode (const bool &binaryMode) |
| Set to true if to use binary IO and to false if using ASCII. | |
| SpmdMultiVectorSerializer (const bool binaryMode=false) | |
| | |
| void | serialize (const MultiVectorBase< Scalar > &mv, std::ostream &out) const |
| Write to a stream. | |
| void | deserialize (std::istream &in, MultiVectorBase< Scalar > *mv) const |
| Read from a stream. | |
ToDo: Finish documentation!
Definition at line 45 of file Thyra_SpmdMultiVectorSerializerDecl.hpp.
|
||||||||||
|
Definition at line 40 of file Thyra_SpmdMultiVectorSerializer.hpp. |
|
||||||||||
|
Set to true if to use binary IO and to false if using ASCII.
Definition at line 49 of file Thyra_SpmdMultiVectorSerializerDecl.hpp. |
|
||||||||||||||||
|
Write to a stream. ToDo: Finish documentation! Definition at line 47 of file Thyra_SpmdMultiVectorSerializer.hpp. |
|
||||||||||||||||
|
Read from a stream. ToDo: Finish documentation! Definition at line 87 of file Thyra_SpmdMultiVectorSerializer.hpp. |
1.3.9.1