65 deci(
deci && ref)
noexcept { decimales =
nullptr; std::swap(decimales, ref.decimales); };
87 void copy_from(
const deci & ref);
decimal class, convert infinint from and to decimal represention
std::string human() const
this produce a string from the decimal stored in the current object
deci(const infinint &x)
constructor to build a "deci" from an infinint
deci(const deci &ref)
copy constructor
deci(deci &&ref) noexcept
move constructor
deci & operator=(const deci &ref)
assignment operator
infinint computer() const
this produce a infinint from the decimal stored in the current object
the arbitrary large positive integer class
arbitrary large storage structure
std::ostream & operator<<(std::ostream &ref, const infinint &arg)
specific << operator to use infinint in std::ostream
switch module to limitint (32 ou 64 bits integers) or infinint
include macro defined by the configure script and some specific additional ones
libdar namespace encapsulate all libdar symbols
contains a class that permits arbitrary large data storage