ug4
log_impl.h File Reference
#include <iostream>
#include <string>
#include <sstream>
#include <iomanip>
#include <cmath>

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

std::string ug::ConvertNumber (uint64_t size, unsigned int width, unsigned int numDisplayedDigits)
 returns number 'size' in a more human readable format (using IEC binary prefixes) More...
 
std::string ug::ConvertNumberSI (uint64_t size, unsigned int width, unsigned int numDisplayedDigits)
 returns number 'size' in a more human readable format (using SI prefixes) More...
 
LogAssistant & ug::GetLogAssistant ()
 
unsigned int ug::GetNumberOfDigits (uint64_t i)