Structure representing a warning with its code and message.
More...
#include <logger.h>
Structure representing a warning with its code and message.
Definition at line 45 of file logger.h.
◆ Warning()
slope::Warning::Warning |
( |
WarningCode |
code, |
|
|
const std::string & |
message |
|
) |
| |
|
inline |
Constructs a new Warning object.
- Parameters
-
code | The warning code categorizing this warning |
message | Descriptive message for the warning |
Definition at line 56 of file logger.h.
◆ code
The type of warning.
Definition at line 47 of file logger.h.
◆ message
std::string slope::Warning::message |
Descriptive message for the warning.
Definition at line 48 of file logger.h.
The documentation for this struct was generated from the following file: