libfxd 0.2.dev
A fixed-point library for C++.
|
This is the complete list of members for fixed< Int, Frac, Raw >, including all inherited members.
bits | fixed< Int, Frac, Raw > | static |
fixed() noexcept=default | fixed< Int, Frac, Raw > | |
fixed(I i) noexcept | fixed< Int, Frac, Raw > | |
fixed(Flt f) noexcept | fixed< Int, Frac, Raw > | |
fixed(const fixed< Int2, Frac2, Raw2 > &other) noexcept | fixed< Int, Frac, Raw > | |
frac_bits | fixed< Int, Frac, Raw > | static |
from_raw(raw_type val) noexcept | fixed< Int, Frac, Raw > | static |
int_bits | fixed< Int, Frac, Raw > | static |
operator bool() const noexcept | fixed< Int, Frac, Raw > | explicit |
operator F() const noexcept | fixed< Int, Frac, Raw > | explicit |
operator fixed< Int2, Frac2, Raw2 >() const noexcept | fixed< Int, Frac, Raw > | explicit |
operator I() const noexcept | fixed< Int, Frac, Raw > | explicit |
raw_bits | fixed< Int, Frac, Raw > | static |
raw_type typedef | fixed< Int, Frac, Raw > | |
raw_value | fixed< Int, Frac, Raw > |