Conversions of atomic types. More...
Go to the source code of this file.
Namespaces | |
_Wolframe | |
Toplevel Wolframe namespace. | |
_Wolframe::types | |
Basic data types (implemented in the core library libwolframe) | |
Functions | |
std::string | _Wolframe::types::tostring_cast (_WOLFRAME_UINTEGER val) |
Get the value of an unsigned integer as string (throws on failure) More... | |
std::string | _Wolframe::types::tostring_cast (_WOLFRAME_INTEGER val) |
Get the value of a signed integer as string (throws on failure) More... | |
_WOLFRAME_UINTEGER | _Wolframe::types::touint_cast (const std::string &val) |
Interprete a string as unsigned integer and return its value (throws on failure) More... | |
_WOLFRAME_INTEGER | _Wolframe::types::toint_cast (const std::string &val) |
Interprete a string as signed integer and return its value (throws on failure) More... | |
Conversions of atomic types.
Copyright © 2014 - Project Wolframe - All Rights Reserved