 |
Disk ARchive
2.6.8
Full featured and portable backup and archiving tool
|
Go to the documentation of this file.
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);
96 extern std::ostream &
operator << (std::ostream & ref,
const infinint & arg);
deci & operator=(const deci &ref)
assignment operator
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
the arbitrary large positive integer class
arbitrary large storage structure
deci(const deci &ref)
copy constructor
infinint computer() const
this produce a infinint from the decimal stored in the current object
decimal class, convert infinint from and to decimal represention
deci(deci &&ref) noexcept
move constructor
std::string human() const
this produce a string from the decimal stored in the current object
contains a class that permits arbitrary large data storage
libdar namespace encapsulate all libdar symbols