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