Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
log_impl.h File Reference
#include <iostream>
#include <string>
#include <sstream>
#include <iomanip>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  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)
 
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)
 
LogAssistantug::GetLogAssistant ()
 
unsigned int ug::GetNumberOfDigits (uint64_t i)