13#include "eformat/old/UnboundSourceIdentifierIssue.h"
18static const char* SOURCE_ID_KEY =
"Unbound source identifier";
19static const char* CONTEXT_KEY =
"Context";
27 finish_setup(
"Unbound (old) source identifier detected" );
Source context for Issue.
const std::string & get_value(const std::string &key, const std::string &def) const
Reads the property list.
void set_value(const std::string &key, uint8_t value)
Sets a value 8 bit unsigned.
severity_t severity() const
severity_t of the issue
int get_int_value(const std::string &key, int def=0) const
Get a value of the table as an integer.
void finish_setup(const std::string &message)
Finishes the setup of the Issue.
enum ers::_severity_t severity_t