SuppressFloatingPointChecks Class Reference

#include <floatingpoint.h>

详细描述

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).

公共成员函数

  SuppressFloatingPointChecks ()
  ~SuppressFloatingPointChecks ()

Private Attributes

Bool   oldState

构造函数 & 析构函数文档编制

◆  SuppressFloatingPointChecks()

SuppressFloatingPointChecks ( )

◆  ~SuppressFloatingPointChecks()

~ SuppressFloatingPointChecks ( )

Member Data Documentation

◆  oldState

Bool oldState
private