Helper class that stores the name associated with an invalid solution. More...
#include <SolutionInvalidityRegistry.h>
Public Member Functions | |
| SolutionInvalidityName (const std::string &object_type, const std::string &message) | |
| bool | operator== (const SolutionInvalidityName &other) const |
Public Attributes | |
| std::string | object_type |
| The type of the object. More... | |
| std::string | message |
| The invalid message. More... | |
Helper class that stores the name associated with an invalid solution.
Definition at line 34 of file SolutionInvalidityRegistry.h.
|
inline |
Definition at line 37 of file SolutionInvalidityRegistry.h.
|
inline |
Definition at line 42 of file SolutionInvalidityRegistry.h.
| std::string moose::internal::SolutionInvalidityName::message |
The invalid message.
Definition at line 50 of file SolutionInvalidityRegistry.h.
Referenced by operator==().
| std::string moose::internal::SolutionInvalidityName::object_type |
The type of the object.
Definition at line 48 of file SolutionInvalidityRegistry.h.
Referenced by operator==().
1.8.14