libfxd 0.2.dev
A fixed-point library for C++.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NfxdThis is the namespace where the entire library is defined
 CfixedThe fixed-point class template
 Cis_fixed_point< fixed< Int, Frac, Raw > >Test if a type is fxd::fixed
 Cis_signed_fixed_point< fixed< Int, Frac, Raw > >Test if a type is signed fxd::fixed
 Cuniform_real_distributionAnalogous to std::uniform_real_distribution
 Cparam_typeAnalogous to std::uniform_real_distribution::param_type
 NstdSTL namespace
 Chash< Fxd >Specialization: std::hash<fxd::fixed>
 Cnumeric_limits< fxd::fixed< Int, Frac, Raw > >Specialization: fxd::fixed is similar to floating-point
 Ccommon_type< Fxd, Other >Specialization: fxd::fixed + arithmetic = fxd::fixed
 Ccommon_type< Fxd1, Fxd2 >Specialization: both are fxd::fixed, and either can be safely converted to the other
 Ccommon_type< Other, Fxd >Specialization: arithmetic + fxd::fixed = fxd::fixed