https://mooseframework.inl.gov
Functions
ControllableItem.C File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const ControllableItem &obj)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const ControllableItem obj 
)

Definition at line 106 of file ControllableItem.C.

107 {
108  return stream << obj.dump();
109 }
virtual std::string dump(unsigned int indent=0) const
Returns a string displaying the parameter name and current value.