Definition at line 85 of file Warning.h.
◆ Warning() [1/4]
Initializes instance with just a code.
◆ Warning() [2/4]
Initializes instance with code and description.
◆ Warning() [3/4]
Initializes instance with code, description and feed ID.
◆ Warning() [4/4]
Initializes as clone of another warning.
◆ ~Warning()
Cleans internal resources.
◆ code()
◆ description()
const char * description |
( |
| ) |
const |
|
inline |
Human readable description.
Definition at line 150 of file Warning.h.
◆ feedId()
Feed ID (if available).
Definition at line 140 of file Warning.h.
◆ operator=()
Copies warning attributes from another instance.
◆ source()
const char * source |
( |
| ) |
const |
|
inline |
Origin of the warning.
Definition at line 155 of file Warning.h.
◆ toString() [1/2]
std::string toString |
( |
| ) |
const |
|
inline |
String presentation of an warning.
Definition at line 160 of file Warning.h.
◆ toString() [2/2]
void toString |
( |
std::string & | | ) |
const |
Appends presentation of an warning to the string.