Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems

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 auto enable ( int  warningid) -> bool
static

Enable warning with given id.

Returns
false if given warning id was already enabled; true otherwise.

◆ disable()

static auto disable ( int  warningid) -> bool
static

Disable warning with given id.

Returns
false if given warning id was already disabled; true otherwise.

The documentation for this class was generated from the following file: