8 #include "ParamComponent.h" 13 bool ParamComponent::echo_ =
false;
30 indent_(other.indent_)
52 std::string space(
" ");
static void setEcho(bool echo=true)
Enable or disable echoing for all subclasses of ParamComponent.
virtual ~ParamComponent()
Destructor.
static void initStatic()
Initialize static echo member to false.
Identifies whether this processor may do file I/O.
ParamComponent()
Constructor.
Utility classes for scientific computation.
static bool echo()
Get echo parameter.
Abstract base class for classes that input and ouput parameters to file.
void setIndent(const ParamComponent &parent, bool next=true)
Set indent level.
std::string indent() const
Return indent string for this object (string of spaces).