Go to the source code of this file.
Classes | |
class | SolutionInvalidityReporter |
Reports the summary table of solution invalid warnings. More... | |
Functions | |
void | to_json (nlohmann::json &json, const SolutionInvalidity *const &solution_invalidity) |
void | dataStore (std::ostream &, const SolutionInvalidity *&, void *) |
Store and load methods for const SolutionInvalidity *, used in the SolutionInvalidityReporter, which does nothing. More... | |
void | dataLoad (std::istream &, const SolutionInvalidity *&, void *) |
void dataLoad | ( | std::istream & | , |
const SolutionInvalidity *& | , | ||
void * | |||
) |
Definition at line 48 of file SolutionInvalidityReporter.h.
void dataStore | ( | std::ostream & | , |
const SolutionInvalidity *& | , | ||
void * | |||
) |
Store and load methods for const SolutionInvalidity *, used in the SolutionInvalidityReporter, which does nothing.
We need not do anything here because the data store/load capability of the SolutionInvalidity (non-pointer) object is specialized. The store/load capability of that object will properly initialize what the reporter value in SolutionInvalidityReporter points to.
Definition at line 44 of file SolutionInvalidityReporter.h.
void to_json | ( | nlohmann::json & | json, |
const SolutionInvalidity *const & | solution_invalidity | ||
) |
Definition at line 32 of file SolutionInvalidityReporter.C.