OpenASIP
2.0
|
This is the complete list of members for Conversion, including all inherited members.
convert(const SourceType &source, DestType &dest) | Conversion | privatestatic |
doubleToHexString(double source, bool include0x=true) | Conversion | static |
floatToHexString(float source, bool include0x=true) | Conversion | static |
restWhiteSpace(std::istream &str) | Conversion | privatestatic |
toBinary(unsigned int source, unsigned int stringWidth=0) | Conversion | static |
toBinString(int source) | Conversion | static |
toBinString(double source) | Conversion | static |
toDouble(const T &source) | Conversion | static |
toFloat(const T &source) | Conversion | static |
toHexString(T source, std::size_t digits=0, bool include0x=true) | Conversion | static |
toInt(const T &source) | Conversion | static |
toInt(const double &source) | Conversion | static |
toLong(const T &source) | Conversion | static |
toLong(const double &source) | Conversion | static |
toRawData(const std::string &hexSource, unsigned char *target) | Conversion | static |
toString(const T &source) | Conversion | static |
toString(double source, unsigned precision) | Conversion | static |
toString(bool source) | Conversion | static |
toUnsignedInt(const T &source) | Conversion | static |
toUnsignedLong(const T &source) | Conversion | static |
toXMLCh(const std::string &string) | Conversion | static |
XMLChToString(const XMLCh *source) | Conversion | static |