#include "NFutil.hh"
Functions | |
double | NFutil::convertToDouble (const std::string &s) |
Parses and converts std::string objects to double values. | |
int | NFutil::convertToInt (const std::string &s) |
Parses and converts std::string objects to int values. | |
string | NFutil::toString (double x) |
Converts double values to their string representations. | |
string | NFutil::toString (int x) |
Converts integer values to their string representations. |