16 mooseError(
"No chain control has been set for chain control data '",
name(),
"'.");
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application...
const ChainControl & getChainControl() const
Get the pointer to the control object that declared this control data.
const std::string & name() const
The full (unique) name of this particular piece of data.
ChainControl * _chain_control
The control object that declared this control data.
Control that additionally provides the capability to produce/consume data values, to allow control op...