#include <locale>#include <boost/algorithm/string.hpp>#include "storage/AppUtil.h"#include "storage/HumanString.h"Namespaces | |
| namespace | storage |
Functions | |
| int | storage::numSuffixes () |
| list< Text > | storage::getAllSuffixes (int i, bool all=false, bool sloppy=false) |
| string | storage::getSuffix (int i, bool classic) |
| string | storage::byteToHumanString (unsigned long long size, bool classic, int precision, bool omit_zeroes) |
| bool | storage::humanStringToByte (const string &str, bool classic, unsigned long long &size) |
1.5.6