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