![]() |
ChimeraTK-DeviceAccess 03.25.00
|
This is the complete list of members for ChimeraTK::FixedPointConverter< RawType >, including all inherited members.
| FixedPointConverter(std::string variableName, unsigned int nBits=32, int fractionalBits=0, bool isSignedFlag=true) | ChimeraTK::FixedPointConverter< RawType > | explicit |
| getFractionalBits() const | ChimeraTK::FixedPointConverter< RawType > | inline |
| getNBits() const | ChimeraTK::FixedPointConverter< RawType > | inline |
| isSigned() const | ChimeraTK::FixedPointConverter< RawType > | inline |
| operator!=(const FixedPointConverter &other) const | ChimeraTK::FixedPointConverter< RawType > | inline |
| operator==(const FixedPointConverter &other) const | ChimeraTK::FixedPointConverter< RawType > | inline |
| scalarToCooked(RawType const &raw) const | ChimeraTK::FixedPointConverter< RawType > | inline |
| toRaw(UserType cookedValue) const | ChimeraTK::FixedPointConverter< RawType > | |
| vectorToCooked(const RAW_ITERATOR &raw_begin, const RAW_ITERATOR &raw_end, const COOKED_ITERATOR &cooked_begin) const | ChimeraTK::FixedPointConverter< RawType > | inline |