SuppressFloatingPointChecks Class Reference

#include <floatingpoint.h>

Detailed Description

Helper class to temporarily deactivate all floating point checks. The checks will be disabled and return to their previous states when the current scope is left (and therefore the class is destructed).

Public Member Functions

 SuppressFloatingPointChecks ()
 
 ~SuppressFloatingPointChecks ()
 

Private Attributes

Bool oldState
 

Constructor & Destructor Documentation

◆ SuppressFloatingPointChecks()

◆ ~SuppressFloatingPointChecks()

Member Data Documentation

◆ oldState

Bool oldState
private