| 55 | bool isString() const { return kind_==Kind::String; } |
| 56 | bool isLong() const { return kind_==Kind::Long; } |
| 57 | bool isStringList() const { return kind_==Kind::StringList; } |
| 58 | |
| 59 | // Throws std::invalid_argument if the type does not match |
| 60 | bool asBool() const; |
no outgoing calls
no test coverage detected