#include "Basics.H"
Go to the source code of this file.
Namespaces | |
namespace | Basics |
Functions | |
Text | FormatUnitVal (Basics::uint64 val, bool decimal=false) throw () |
Basics::uint64 | ParseUnitVal (const char *val, bool decimal=false) throw (ParseUnitValFailure) |
Basics::uint64 | ParseUnitVal (const Text &val, bool decimal=false) throw (ParseUnitValFailure) |
|
Referenced by main(), process(), and RecursiveStats::report(). |
|
Definition at line 58 of file Units.H. References Basics::ParseUnitVal(). |
|
Referenced by main(), and Basics::ParseUnitVal(). |