Dumping ground for various functions that are used in many places.
Definition crc.cxx:9
unsigned long long int str_to_ullint(std::string str)
Get an unsigned long long integer from the input string.
Definition str_to_int.cxx:15
int str_to_int(std::string str)
Get an integer from the input string.
Definition str_to_int.cxx:40
bool is_integer(const std::string &str)
Check if the input string matches an integer.
Definition str_to_int.cxx:8