17 #include <vlutil/vlMachineTypes.h>
41 const DtString & name = DtString::nullString(),
59 virtual operator const bool()
const;
87 virtual int operator!()
const;
89 virtual bool value()
const;
90 virtual void setValue(
bool value);
92 virtual void putData(std::string& fp,
int indentLevel = 0);
106 static bool getBoolAttribute(
DtEnvironmentSP env,
const DtString& attributeName, DtEnvValueSP root,
bool defaultIfMissing =
true);
107 static bool ToBool(
const DtString& str,
bool defaultIfMissing =
true) ;