#include <rb_data_serialization.h>
Public Member Functions | |
RBEIMEvaluationSerialization (RBEIMEvaluation &rb_eval) | |
virtual | ~RBEIMEvaluationSerialization () |
void | write_to_file (const std::string &path) |
Private Attributes | |
RBEIMEvaluation & | _rb_eim_eval |
This class serializes an RBEIMEvaluation object using the Cap'n Proto library.
Definition at line 124 of file rb_data_serialization.h.
libMesh::RBDataSerialization::RBEIMEvaluationSerialization::RBEIMEvaluationSerialization | ( | RBEIMEvaluation & | rb_eval | ) |
Initialize a new buffer using the structure from the Cap'n'Proto schema described in rb_data.capnp.
|
virtual |
Destructor.
void libMesh::RBDataSerialization::RBEIMEvaluationSerialization::write_to_file | ( | const std::string & | path | ) |
Write the Cap'n'Proto buffer to disk.
|
private |
The RBEvaluation object that will be written to disk.
Definition at line 149 of file rb_data_serialization.h.