Warnings Class Reference
Used to control warnings in the execution of Reaktoro. More...
#include <Warnings.hpp>
Static Public Member Functions | |
| static auto | enable (int warningid) -> bool |
| Enable warning with given id. More... | |
| static auto | disable (int warningid) -> bool |
| Disable warning with given id. More... | |
| static auto | isEnabled (int warningid) -> bool |
| Check if warning with given id is enabled. | |
| static auto | isDisabled (int warningid) -> bool |
| Check if warning with given id is disabled. | |
Detailed Description
Used to control warnings in the execution of Reaktoro.
Member Function Documentation
◆ enable()
|
static |
Enable warning with given id.
- Returns
falseif given warning id was already enabled;trueotherwise.
◆ disable()
|
static |
Disable warning with given id.
- Returns
falseif given warning id was already disabled;trueotherwise.
The documentation for this class was generated from the following file:
- Reaktoro/Common/Warnings.hpp