Go to the source code of this file.
◆ operator!=() [1/2]
Definition at line 97 of file ReporterMode.h.
98{
99 return !(mode == producer_mode);
100}
◆ operator!=() [2/2]
Definition at line 91 of file ReporterMode.h.
92{
93 return !(producer_mode == mode);
94}
◆ operator==() [1/2]
Definition at line 85 of file ReporterMode.h.
86{
87 return producer_mode == mode;
88}
◆ operator==() [2/2]
Definition at line 79 of file ReporterMode.h.
80{
81 return static_cast<int>(producer_mode) == static_cast<int>(mode);
82}
◆ REPORTER_MODE_DISTRIBUTED
Referenced by AccumulateReporter::declareAccumulateHelper(), VectorPostprocessor::declareVector(), ReporterContext< T >::finalize(), MeshInfo::initCombinedInfos(), ReporterPositions::initialize(), ReporterTimes::initialize(), MultiAppCloneReporterTransfer::initialSetup(), CSV::output(), PerfGraphReporter::PerfGraphReporter(), ReporterContext< T >::ReporterContext(), ReporterGatherContext< T >::ReporterGatherContext(), and ReporterGatherContext< T >::ReporterGatherContext().
◆ REPORTER_MODE_REPLICATED
◆ REPORTER_MODE_ROOT
Referenced by AccumulateReporter::declareAccumulateHelper(), VectorPostprocessor::declareVector(), ReporterContext< T >::finalize(), ReporterGatherContext< T >::finalize(), PostprocessorInterface::getPostprocessorValueByNameInternal(), VectorPostprocessorInterface::getVectorPostprocessorByNameHelper(), MeshInfo::initCombinedInfos(), MultiAppCloneReporterTransfer::initialSetup(), JSONOutput::outputReporters(), ParsedReporterBase::ParsedReporterBase(), ParsedVectorReporter::ParsedVectorReporter(), ReporterBroadcastContext< T >::ReporterBroadcastContext(), ReporterBroadcastContext< T >::ReporterBroadcastContext(), ReporterContext< T >::ReporterContext(), ReporterScatterContext< T >::ReporterScatterContext(), ReporterScatterContext< T >::ReporterScatterContext(), MultiAppReporterTransfer::setVectorReporterTransferModes(), and SolutionInvalidityReporter::SolutionInvalidityReporter().
◆ REPORTER_MODE_UNSET