repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
fundamental.h File Reference
#include <string>
#include <cmath>
#include <librepr/macro/format.h>
Include dependency graph for fundamental.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  librepr
 

Functions

std::string librepr::repr (bool obj)
 
std::string librepr::repr (signed short obj)
 
std::string librepr::repr (unsigned short obj)
 
std::string librepr::repr (signed int obj)
 
std::string librepr::repr (unsigned int obj)
 
std::string librepr::repr (signed long obj)
 
std::string librepr::repr (unsigned long obj)
 
std::string librepr::repr (signed long long obj)
 
std::string librepr::repr (unsigned long long obj)
 
std::string librepr::repr (float obj)
 
std::string librepr::repr (double obj)
 
std::string librepr::repr (long double obj)
 
std::string librepr::repr (char obj)