36 const std::string&
asStr()
const override;
50 static std::string toLower(std::string it);
Parser for stela configuration language.
Definition stelaParser.hpp:39
Scalar value — the abstract base of every leaf form.
Definition valStela.hpp:21
const std::string & asStr() const override
Converts the stela object's value to a string.
nchar asChar() const override
Converts the stela object's value to a character.
const std::string & getRepr() const
The literal as it was written in source, e.g. 0xFF for a value of 255.
nint asInt() const override
Converts the stela object's value to an integer.
nbool asBool() const override
Converts the stela object's value to a boolean.
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34