45 std::ostringstream & summaryString() {
return _summary_str; }
53 virtual void addLumpedSummary(std::map<std::string, std::vector<std::string>> lumped_map) = 0;
SpeciesSummaryWriterBase()
Helper method for writing species summary for the reaction mechanism several methods of this type get...
Definition SpeciesSummaryWriterBase.h:32
std::ostringstream _summary_str
the stream that is used to construct the summary
Definition SpeciesSummaryWriterBase.h:61
virtual void addLumpedSummary(std::map< std::string, std::vector< std::string > > lumped_map)=0
Method for summarizing which species have been lumped into which others.
virtual void addMiscSummary()=0
Method for adding any random summaries to the top of the summary file.
virtual void addSpeciesSummary()=0
Method for summarizing the reactions that each species is involved in.
void clear()
clears the state of the writer to begin a new file
Definition SpeciesSummaryWriterBase.h:36