13#include "eformat/NotAlignedIssue.h"
20static const char* BASE_ADDRESS_KEY =
"Base address";
21static const char* SIZE_KEY =
"Total block size";
27 std::ostringstream oss;
35 std::istringstream iss;
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