35 #ifndef _Wolframe_TYPES_CONVERSIONS_HPP_INCLUDED
36 #define _Wolframe_TYPES_CONVERSIONS_HPP_INCLUDED
Application wide definitions of integer number value types.
_WOLFRAME_UINTEGER touint_cast(const std::string &val)
Interprete a string as unsigned integer and return its value (throws on failure)
#define _WOLFRAME_UINTEGER
Definition: integer.hpp:42
_WOLFRAME_INTEGER toint_cast(const std::string &val)
Interprete a string as signed integer and return its value (throws on failure)
std::string tostring_cast(_WOLFRAME_UINTEGER val)
Get the value of an unsigned integer as string (throws on failure)
#define _WOLFRAME_INTEGER
Definition: integer.hpp:41