Go to the source code of this file.
Functions | |
bool | operator< (const std::pair< ReporterMode, const MooseObject *> &a, const std::pair< ReporterMode, const MooseObject *> &b) |
Custom sort for ReporterState::_consumers so that they are sorted by object type, object name, and then mode, which makes for pretty output. More... | |
bool operator< | ( | const std::pair< ReporterMode, const MooseObject *> & | a, |
const std::pair< ReporterMode, const MooseObject *> & | b | ||
) |
Custom sort for ReporterState::_consumers so that they are sorted by object type, object name, and then mode, which makes for pretty output.
Definition at line 23 of file ReporterState.C.