Parma_Polyhedra_Library::Check_Overflow_Policy< T > Struct Template Reference
[C++ Language Interface]
A policy checking for overflows.
More...
#include <Checked_Number.defs.hh>
List of all members.
Public Member Functions |
| | const_bool_nodef (check_overflow, true) |
| | const_bool_nodef (check_inf_add_inf, false) |
| | const_bool_nodef (check_inf_sub_inf, false) |
| | const_bool_nodef (check_inf_mul_zero, false) |
| | const_bool_nodef (check_div_zero, false) |
| | const_bool_nodef (check_inf_div_inf, false) |
| | const_bool_nodef (check_inf_mod, false) |
| | const_bool_nodef (check_sqrt_neg, false) |
| | const_bool_nodef (has_nan, std::numeric_limits< T >::has_quiet_NaN) |
| | const_bool_nodef (has_infinity, std::numeric_limits< T >::has_infinity) |
| | const_bool_nodef (convertible, true) |
| | const_bool_nodef (fpu_check_inexact, true) |
| | const_bool_nodef (fpu_check_nan_result, true) |
Detailed Description
template<typename T>
struct Parma_Polyhedra_Library::Check_Overflow_Policy< T >
A policy checking for overflows.
Definition at line 65 of file Checked_Number.defs.hh.
Member Function Documentation
The documentation for this struct was generated from the following file: