28 #include "Requirement.h"
43 virtual void Parse(Value,
const std::string&) {}
50 virtual void Validate(
const Value& json,
const std::string& path)
Requires json value to be of type Bool.
virtual void Reset()
Reset Requirement.
virtual void Validate(const Value &json, const std::string &path)
Validate that JSON value is Bool.
virtual void Parse(Value, const std::string &)
Parse JSON string.
Requirements on input files.
void PushError(const std::string &error)
Add error to list of error messages.