#include <Issue.h>
Definition at line 44 of file Issue.h.
◆ Issue() [1/3]
lanelet::validation::Issue::Issue |
( |
| ) |
|
|
default |
◆ Issue() [2/3]
lanelet::validation::Issue::Issue |
( |
Severity |
severity, |
|
|
std::string |
message |
|
) |
| |
|
inline |
◆ Issue() [3/3]
lanelet::validation::Issue::Issue |
( |
Severity |
severity, |
|
|
Primitive |
primitive, |
|
|
Id |
id, |
|
|
std::string |
message |
|
) |
| |
|
inline |
◆ buildReport()
std::string lanelet::validation::Issue::buildReport |
( |
| ) |
const |
|
inline |
◆ id
the id of primitive that caused the issue
Definition at line 61 of file Issue.h.
◆ message
std::string lanelet::validation::Issue::message |
Message to be displayed.
Definition at line 62 of file Issue.h.
◆ primitive
Type of primitive that caused the issue.
Definition at line 60 of file Issue.h.
◆ severity
Severity class of issue.
Definition at line 59 of file Issue.h.
The documentation for this struct was generated from the following file: