retdec
|
Simple string conversions. More...
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Functions | |
template<typename N > | |
bool | retdec::fileformat::addUniqueValue (std::vector< N > ¤tValues, N newVal, std::size_t &newIndex) |
std::ios_base & | retdec::fileformat::hexWithPrefix (std::ios_base &str) |
std::ios_base & | retdec::fileformat::truncFloat (std::ios_base &str) |
void | retdec::fileformat::separateStrings (std::string &str, std::vector< std::string > &words) |
Simple string conversions.