Almetare  1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
Util Elementverzeichnis

Vollständige Aufstellung aller Elemente für Util einschließlich aller geerbten Elemente.

CENTER enum-Wert (Definiert in Util)Util
Direction enum-Bezeichner (Definiert in Util)Util
doubleToStr(double val, int format, int digits, int shiftNum, double forceSci=FORCE_SCI)Utilstatic
doubleToSxgStr(double val)Utilstatic
eraseCrs(string &str)Utilstatic
fact(double n)Utilstatic
formatFixNum(double num, int digits)Utilstatic
formatFixNumStr(string numStr, int digits)Utilstatic
formatFixNumStr(string &numStr, int digits, int digitsAfterPoint, bool isOstripped=true)Utilstatic
formatSeven(string &numStr, int len, int expLen, char fillChar)Utilstatic
getEngShiftNum(int e, int eng)Utilstatic
getMantExp(const string &numStr, double &m, int &e)Utilstatic
getMantExp(const string &numStr, string &mnt, string &exp)Utilstatic
getNextSym(string &expr)Utilstatic
LEFT enum-Wert (Definiert in Util)Util
replace(const string &srcStr, const string &oldStr, const string &newStr)Utilstatic
RIGHT enum-Wert (Definiert in Util)Util
root(double x, double y)Utilstatic
roundMantisse(string &numStr, int digits, double forceSci=FORCE_SCI)Utilstatic
roundNumStr(string &numStr, int digits, bool isSci, double forceSci=FORCE_SCI)Utilstatic
roundSxgNumStr(string &numStr, int maxLen)Utilstatic
shiftPoint(double num, int digits, int shiftNum)Utilstatic
shiftPointEng(const string &numStr, Direction dir, int digits)Utilstatic
shiftStr(string &str, string recruit, Direction dir=RIGHT)Utilstatic
stripLine(string &line)Utilstatic
stripLines(string str)Utilstatic
stripTrailingOs(const string &numStr)Utilstatic
toLower(const string &str)Utilstatic
trimNumStr(string numStr, int maxLen)Utilstatic
trimStr(string str, int len=15, Direction dir=LEFT, char fillChar=' ')Utilstatic
trimStr(int num, int len=15, Direction dir=LEFT, char fillChar=' ')Utilstatic