#include <Thyra_SpmdMultiVectorSerializerDecl.hpp>
Public Member Functions | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (bool, binaryMode) | |
| Set to true if to use binary IO and to false if using ASCII. | |
| SpmdMultiVectorSerializer (const bool binaryMode=false) | |
| | |
| bool | isCompatible (const MultiVectorBase< Scalar > &mv) const |
| Determine if the multi-vector is compatible or not. | |
| 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.
| Thyra::SpmdMultiVectorSerializer< Scalar >::SpmdMultiVectorSerializer | ( | const bool | binaryMode = false |
) |
| Thyra::SpmdMultiVectorSerializer< Scalar >::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | bool | , | |
| binaryMode | ||||
| ) |
Set to true if to use binary IO and to false if using ASCII.
| bool Thyra::SpmdMultiVectorSerializer< Scalar >::isCompatible | ( | const MultiVectorBase< Scalar > & | mv | ) | const |
Determine if the multi-vector is compatible or not.
Definition at line 47 of file Thyra_SpmdMultiVectorSerializer.hpp.
| void Thyra::SpmdMultiVectorSerializer< Scalar >::serialize | ( | const MultiVectorBase< Scalar > & | mv, | |
| std::ostream & | out | |||
| ) | const |
Write to a stream.
ToDo: Finish documentation!
Definition at line 55 of file Thyra_SpmdMultiVectorSerializer.hpp.
| void Thyra::SpmdMultiVectorSerializer< Scalar >::deserialize | ( | std::istream & | in, | |
| MultiVectorBase< Scalar > * | mv | |||
| ) | const |
Read from a stream.
ToDo: Finish documentation!
Definition at line 96 of file Thyra_SpmdMultiVectorSerializer.hpp.
1.4.7