Wolframe, 0.0.3

conversions.hpp File Reference

Conversions of atomic types. More...

#include <string>
#include "types/integer.hpp"

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...
 

Detailed Description

Conversions of atomic types.