![]() |
Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
|
decimal class, convert infinint from and to decimal represention More...
#include <deci.hpp>
Public Member Functions | |
deci (std::string s) | |
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 | |
deci & | operator= (deci &&ref) noexcept |
assignment move operator | |
~deci () | |
destructor | |
infinint | computer () const |
this produce a infinint from the decimal stored in the current object | |
std::string | human () const |
this produce a string from the decimal stored in the current object | |
deci (std::string s) | |
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 | |
deci & | operator= (deci &&ref) noexcept |
assignment move operator | |
~deci () | |
destructor | |
infinint | computer () const |
this produce a infinint from the decimal stored in the current object | |
std::string | human () const |
this produce a string from the decimal stored in the current object | |
Private Member Functions | |
void | detruit () |
void | copy_from (const deci &ref) |
void | reduce () |
void | detruit () |
void | copy_from (const deci &ref) |
void | reduce () |
Private Attributes | |
storage * | decimales |
decimal class, convert infinint from and to decimal represention
the class contains the decimal representation of an integer and can produce a readable string to display the corresponding integer it can also produce a computer value corresponding to the decimal value. In the other side, objects of this class can be built from a integer as well as from a string representing the decimals of an integer.
Definition at line 50 of file dar64-2.7.14-win64/include/dar/deci.hpp.
libdar::deci::deci | ( | std::string | s | ) |
constructor to build a "deci" object from a string representing decimals
copy constructor
Definition at line 62 of file dar64-2.7.14-win64/include/dar/deci.hpp.
|
inlinenoexcept |
move constructor
Definition at line 65 of file dar64-2.7.14-win64/include/dar/deci.hpp.
|
inline |
destructor
Definition at line 74 of file dar64-2.7.14-win64/include/dar/deci.hpp.
libdar::deci::deci | ( | std::string | s | ) |
constructor to build a "deci" object from a string representing decimals
copy constructor
Definition at line 62 of file src/libdar/deci.hpp.
|
inlinenoexcept |
move constructor
Definition at line 65 of file src/libdar/deci.hpp.
|
inline |
destructor
Definition at line 74 of file src/libdar/deci.hpp.
assignment operator
Definition at line 68 of file dar64-2.7.14-win64/include/dar/deci.hpp.
assignment operator
Definition at line 68 of file src/libdar/deci.hpp.
assignment move operator
Definition at line 71 of file dar64-2.7.14-win64/include/dar/deci.hpp.
assignment move operator
Definition at line 71 of file src/libdar/deci.hpp.
|
private |
Definition at line 84 of file dar64-2.7.14-win64/include/dar/deci.hpp.