pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
str_to_int.h File Reference

definition of str_to_int function More...

#include <string>
Include dependency graph for str_to_int.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pflib
 This version of the fast control code interfaces with the CMS Fast control library which can be controlled over MMap/UIO.
 
namespace  pflib::utility
 Dumping ground for various functions that are used in many places.
 

Functions

bool pflib::utility::is_integer (const std::string &str)
 Check if the input string matches an integer.
 
unsigned long long int pflib::utility::str_to_ullint (std::string str)
 Get an unsigned long long integer from the input string.
 
int pflib::utility::str_to_int (std::string str)
 Get an integer from the input string.
 

Detailed Description

definition of str_to_int function