const ReporterMode REPORTER_MODE_UNSET("UNSET")
const ReporterMode REPORTER_MODE_DISTRIBUTED("DISTRIBUTED")
const ReporterMode REPORTER_MODE_REPLICATED("REPLICATED")
const ReporterMode REPORTER_MODE_ROOT("ROOT")
std::set< MooseEnumItem > _items
Storage for the assigned items.
const MooseEnumItem & addEnumerationItem(const MooseEnumItem &item)
Class for containing MooseEnum item information.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
MooseEnumItem that automatically creates the ID and doesn't allow the ID to be assigned.
ReporterMode(const std::string &key)
void insert(const ReporterMode &mode, Args... modes)
void clear()
Clear all available items (i.e., create an empty MooseEnum)