retdec
Namespaces | Functions
conversions.h File Reference

Simple string conversions. More...

#include <iomanip>
#include <sstream>
#include <vector>
#include "retdec/fileformat/utils/other.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::fileformat
 

Functions

template<typename N >
bool retdec::fileformat::addUniqueValue (std::vector< N > &currentValues, 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)
 

Detailed Description

Simple string conversions.