Helper class that stores the info associated with an invalid solution. More...
#include <SolutionInvalidityRegistry.h>
Public Member Functions | |
SolutionInvalidityInfo (const std::string &object_type, const std::string &message, const InvalidSolutionID id, const bool warning) | |
bool | operator== (const SolutionInvalidityName &other) const |
Public Attributes | |
InvalidSolutionID | id |
The solution ID. More... | |
bool | warning |
Whether or not this is a warning. More... | |
std::string | object_type |
The type of the object. More... | |
std::string | message |
The invalid message. More... | |
Helper class that stores the info associated with an invalid solution.
Definition at line 71 of file SolutionInvalidityRegistry.h.
|
inline |
Definition at line 74 of file SolutionInvalidityRegistry.h.
|
inlineinherited |
Definition at line 42 of file SolutionInvalidityRegistry.h.
InvalidSolutionID moose::internal::SolutionInvalidityInfo::id |
The solution ID.
Definition at line 83 of file SolutionInvalidityRegistry.h.
|
inherited |
The invalid message.
Definition at line 50 of file SolutionInvalidityRegistry.h.
Referenced by moose::internal::SolutionInvalidityName::operator==().
|
inherited |
The type of the object.
Definition at line 48 of file SolutionInvalidityRegistry.h.
Referenced by moose::internal::SolutionInvalidityName::operator==().
bool moose::internal::SolutionInvalidityInfo::warning |
Whether or not this is a warning.
Definition at line 85 of file SolutionInvalidityRegistry.h.