Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
mastercore_convert.cpp File Reference
#include "mastercore_convert.h"
#include <cmath>
#include <stdint.h>
+ Include dependency graph for mastercore_convert.cpp:

Go to the source code of this file.

Namespaces

 mastercore
 

Functions

static bool mastercore::isBigEndian ()
 
uint64_t mastercore::rounduint64 (long double)
 Converts numbers to 64 bit wide unsigned integer whereby any signedness is ignored. More...
 
void mastercore::swapByteOrder16 (uint16_t &)
 Swaps byte order on little-endian systems and does nothing otherwise. More...
 
void mastercore::swapByteOrder32 (uint32_t &ui)
 
void mastercore::swapByteOrder64 (uint64_t &ull)