71 template <
typename... Args>
77 template <
typename... Args>
const ReporterMode REPORTER_MODE_UNSET
const ReporterMode REPORTER_MODE_ROOT
ReporterMode(const std::string &key)
MooseEnum designed for the ReporterContext objects to define how a ReporterValue can and is being pro...
void clear()
Clear all available items (i.e., create an empty MooseEnum)
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
const ReporterMode REPORTER_MODE_DISTRIBUTED
Class for containing MooseEnum item information.
void insert(const ReporterMode &mode, Args... modes)
const ReporterMode REPORTER_MODE_REPLICATED
MooseEnumItem that automatically creates the ID and doesn't allow the ID to be assigned.