44 bool commandLine =
true);
58 bool accessViaCommandLine()
const;
107 DtAnyValue* deserializeParameterList(
const DtString& type,
const std::vector<DtString>& values)
const;
116 static bool isListType(
const DtString&);
140 virtual bool isStringType(
const DtString& type)
const;
141 virtual bool isIntType(
const DtString& type)
const;
142 virtual bool isInt64Type(
const DtString& type)
const;
143 virtual bool isFloatType(
const DtString& type)
const;
144 virtual bool isDoubleType(
const DtString& type)
const;
145 virtual bool isBoolType(
const DtString& type)
const;
146 virtual bool isTimeType(
const DtString& type)
const;
147 virtual bool isRelativeTimeType(
const DtString& type)
const;
148 virtual bool isStringListType(
const DtString& type)
const;
149 virtual bool isVoidPtrType(
const DtString& type)
const;
150 virtual bool isBase64Type(
const DtString& type)
const;