ADTF  3.18.4
string_check.h
Go to the documentation of this file.
1 
15 #ifndef DD_STRING_CHECK_H_INCLUDED
16 #define DD_STRING_CHECK_H_INCLUDED
17 
18 #include <string>
19 
20 namespace ddl {
21 namespace dd {
22 namespace utility {
23 
29 bool isInteger(const std::string& string_to_check);
30 
31 } // namespace utility
32 } // namespace dd
33 } // namespace ddl
34 
35 #endif // DD_STRING_CHECK_H_INCLUDED
bool isInteger(const std::string &string_to_check)
Checks if the given string is an integer value.