|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
Captures the result of a network priming operation. More...
#include <reporting.h>
Public Attributes | |
| fourdst::composition::Composition | primedComposition |
| bool | success |
| PrimingReportStatus | status |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PrimingReport &report) |
| Serialize the report to a stream. | |
Captures the result of a network priming operation.
Contains the finalized composition, the changes in mass fractions for species, a success flag, and a detailed status code.
|
friend |
Serialize the report to a stream.
Formats the success flag and status string into the output stream.
| os | Output stream to write to. |
| report | Report to serialize. |
| fourdst::composition::Composition gridfire::engine::PrimingReport::primedComposition |
Finalized composition after priming.
| PrimingReportStatus gridfire::engine::PrimingReport::status |
Detailed status code indicating the result.
| bool gridfire::engine::PrimingReport::success |
True if priming completed without error.