ReactOS 0.4.16-dev-942-g91fadeb
anonymous_namespace{cfout.cpp}::scoped_fp_state_reset Class Reference
Collaboration diagram for anonymous_namespace{cfout.cpp}::scoped_fp_state_reset:

Public Member Functions

 scoped_fp_state_reset () throw ()
 
 ~scoped_fp_state_reset () throw ()
 

Private Member Functions

 scoped_fp_state_reset (scoped_fp_state_reset const &)
 
scoped_fp_state_resetoperator= (scoped_fp_state_reset const &)
 

Private Attributes

fenv_t _environment
 
bool _requires_reset
 

Detailed Description

Definition at line 46 of file cfout.cpp.

Constructor & Destructor Documentation

◆ scoped_fp_state_reset() [1/2]

anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::scoped_fp_state_reset ( )
throw (
)
inline

Definition at line 50 of file cfout.cpp.

51 {
52 // The calls to feholdexcept and fesetenv are relatively expensive,
53 // so we only call them if there are any unmasked exceptions.
56 {
57 _requires_reset = false;
58 }
59 else
60 {
62 _requires_reset = true;
63 }
64 }
#define FE_ALL_EXCEPT
Definition: fenv.h:16
int __cdecl feholdexcept(fenv_t *)
int __cdecl fegetenv(fenv_t *envp)
unsigned long _Fe_ctl
Definition: fenv.h:41

◆ ~scoped_fp_state_reset()

anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::~scoped_fp_state_reset ( )
throw (
)
inline

Definition at line 66 of file cfout.cpp.

67 {
69 {
71 }
72 }
int __cdecl fesetenv(const fenv_t *)

◆ scoped_fp_state_reset() [2/2]

anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::scoped_fp_state_reset ( scoped_fp_state_reset const )
private

Member Function Documentation

◆ operator=()

scoped_fp_state_reset & anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::operator= ( scoped_fp_state_reset const )
private

Member Data Documentation

◆ _environment

fenv_t anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::_environment
private

Definition at line 79 of file cfout.cpp.

◆ _requires_reset

bool anonymous_namespace{cfout.cpp}::scoped_fp_state_reset::_requires_reset
private

Definition at line 80 of file cfout.cpp.


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