| 
    libMesh
    
   | 
 
This class serializes an RBSCMEvaluation object using the Cap'n Proto library. More...
#include <rb_data_serialization.h>
Public Member Functions | |
| RBSCMEvaluationSerialization (RBSCMEvaluation &rb_eval) | |
| Initialize a new buffer using the structure from the Cap'n'Proto schema described in rb_data.capnp.  More... | |
| virtual | ~RBSCMEvaluationSerialization () | 
| Destructor.  More... | |
| void | write_to_file (const std::string &path) | 
| Write the Cap'n'Proto buffer to disk.  More... | |
Private Attributes | |
| RBSCMEvaluation & | _rb_scm_eval | 
| The RBEvaluation object that will be written to disk.  More... | |
This class serializes an RBSCMEvaluation object using the Cap'n Proto library.
Definition at line 161 of file rb_data_serialization.h.
| libMesh::RBDataSerialization::RBSCMEvaluationSerialization::RBSCMEvaluationSerialization | ( | RBSCMEvaluation & | rb_eval | ) | 
Initialize a new buffer using the structure from the Cap'n'Proto schema described in rb_data.capnp.
Definition at line 221 of file rb_data_serialization.C.
      
  | 
  virtual | 
| void libMesh::RBDataSerialization::RBSCMEvaluationSerialization::write_to_file | ( | const std::string & | path | ) | 
Write the Cap'n'Proto buffer to disk.
Definition at line 231 of file rb_data_serialization.C.
References _rb_scm_eval, libMesh::RBDataSerialization::add_rb_scm_evaluation_data_to_builder(), and libMesh::ParallelObject::comm().
Referenced by main().
      
  | 
  private | 
The RBEvaluation object that will be written to disk.
Definition at line 186 of file rb_data_serialization.h.
Referenced by write_to_file().
 1.8.16