, including all inherited members.
FixedPoint16(Int32 v) | FixedPoint16< IntBits, OverflowHandling > | [explicit] |
FixedPoint16(Int32 v, FixedPointNoShift) | FixedPoint16< IntBits, OverflowHandling > | |
FixedPoint16(double rhs) | FixedPoint16< IntBits, OverflowHandling > | [explicit] |
FixedPoint16(const FixedPoint16 &other) | FixedPoint16< IntBits, OverflowHandling > | |
FixedPoint16(const FixedPoint16< IntBits2, OverflowHandling2 > &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator double() const | FixedPoint16< IntBits, OverflowHandling > | |
operator float() const | FixedPoint16< IntBits, OverflowHandling > | |
operator*=(const FixedPoint16< IntBits2, OverflowHandling > &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator+() const | FixedPoint16< IntBits, OverflowHandling > | |
operator++() | FixedPoint16< IntBits, OverflowHandling > | |
operator++(int) | FixedPoint16< IntBits, OverflowHandling > | |
operator+=(const FixedPoint16< IntBits2, OverflowHandling > &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator-() const | FixedPoint16< IntBits, OverflowHandling > | |
operator--() | FixedPoint16< IntBits, OverflowHandling > | |
operator--(int) | FixedPoint16< IntBits, OverflowHandling > | |
operator-=(const FixedPoint16< IntBits2, OverflowHandling > &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator/=(const FixedPoint16< IntBits2, OverflowHandling > &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator=(Int32 rhs) | FixedPoint16< IntBits, OverflowHandling > | |
operator=(double rhs) | FixedPoint16< IntBits, OverflowHandling > | |
operator=(const FixedPoint16 &other) | FixedPoint16< IntBits, OverflowHandling > | |
operator=(const FixedPoint16< IntBits2, OverflowHandling > &other) | FixedPoint16< IntBits, OverflowHandling > | |