retdec
Namespaces | Functions
type_conversions.h File Reference

Type conversions. More...

#include <limits>
#include <vector>
#include "retdec/utils/conversion.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::fileinfo
 

Functions

std::string retdec::fileinfo::getBinaryRepresentation (unsigned long long number, unsigned long long numberOfBits)
 
template<typename N >
std::string retdec::fileinfo::getNumberAsString (N number, std::ios_base &(*format)(std::ios_base &)=std::dec)
 
template<typename N >
bool retdec::fileinfo::indexIsValid (const std::vector< N > &list, std::size_t index)
 

Detailed Description

Type conversions.