|
Hermes2D
2.0
|
#include <mixins2d.h>
Inheritance diagram for Hermes::Hermes2D::Mixins::StateQueryable:Public Member Functions | |
| virtual bool | isOkay () const =0 |
| Ask if the instance is fine. | |
| virtual std::string | getClassName () const =0 |
| Get class name, for the purpose of messaging. | |
| void | check () const |
| Method to handle the state. | |
Mixin that allows for asking about the instance state (ok / not ok).
Definition at line 40 of file mixins2d.h.