Cppcheck
Classes | Functions
mathlib.h File Reference
#include "config.h"
#include <string>

Go to the source code of this file.

Classes

class  MathLib
 simple math functions that uses operands stored in std::string. More...
 
class  MathLib::value
 value class More...
 

Functions

MathLib::value operator+ (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator- (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator* (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator/ (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator% (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator& (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator| (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator^ (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator<< (const MathLib::value &v1, const MathLib::value &v2)
 
MathLib::value operator>> (const MathLib::value &v1, const MathLib::value &v2)