slope 0.29.0
Loading...
Searching...
No Matches
slope::Warning Struct Reference

Structure representing a warning with its code and message. More...

#include <logger.h>

Public Member Functions

 Warning (WarningCode code, const std::string &message)
 Constructs a new Warning object.
 

Public Attributes

WarningCode code
 The type of warning.
 
std::string message
 Descriptive message for the warning.
 

Detailed Description

Structure representing a warning with its code and message.

Definition at line 45 of file logger.h.

Constructor & Destructor Documentation

◆ Warning()

slope::Warning::Warning ( WarningCode  code,
const std::string &  message 
)
inline

Constructs a new Warning object.

Parameters
codeThe warning code categorizing this warning
messageDescriptive message for the warning

Definition at line 56 of file logger.h.

Member Data Documentation

◆ code

WarningCode slope::Warning::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: