ADTF  3.18.3
strings_convert_impl.h File Reference

Private implementation for string conversion functions. More...

Go to the source code of this file.

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::strings
 Serves as component for string handling and conversion functionality.
 

Functions

template<typename Numeric >
bool toNumeric (const char *from, Numeric &to)
 Safely convert a string to a value of type Numeric in a generic manner. More...
 
template<typename Numeric >
bool toNumeric (const std::string &from, Numeric &to)
 Safely convert a string to a value of type Numeric in a generic manner. More...
 
template<typename Numeric >
Numeric toNumeric (const char *from)
 Convert a string to a numeric value in a generic manner. More...
 
template<typename Numeric >
Numeric toNumeric (const std::string &from)
 Convert a string to a numeric value in a generic manner. More...
 

Detailed Description

Private implementation for string conversion functions.

Definition in file strings_convert_impl.h.