23 #ifndef HUMAN_STRING_H
24 #define HUMAN_STRING_H
26 #include "storage/StorageSwig.h"
50 string getSuffix(
int i,
bool classic);
63 string byteToHumanString(
unsigned long long size,
bool classic,
int precision,
77 bool humanStringToByte(
const string& str,
bool classic,
unsigned long long& SWIG_OUTPUT(size));