Go to the documentation of this file.
43 const std::string &
name,
44 const std::string & param,
45 const std::string & separator = std::string(
"/"));
57 virtual void check() final;
A class for storing the names of MooseObject by tag and object name.
const std::string & name() const
Return the name.
MooseObjectParameterName(std::string name)
Build an object given a raw parameter name (e.g., from an input file parameter)
A class for storing an input parameter name.
const std::string & tag() const
Return the tag.
virtual void check() final
Adds the parameter name to error checking.
std::string _parameter
The name of the input parameter.
const std::string & parameter() const
Return the parameter name.