Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
class archive_num stores the position of an archive inside a dar_manager database More...
#include <archive_num.hpp>
Public Member Functions | |
archive_num (U_16 arg=0) | |
archive_num (const archive_num &ref)=default | |
archive_num (archive_num &&ref) noexcept=default | |
archive_num & | operator= (const archive_num &ref)=default |
archive_num & | operator= (archive_num &&ref)=default |
operator U_16 () const | |
this operator makes an object of that class convertible to an 16 bits integer More... | |
U_16 | operator= (U_16 arg) |
archive_num & | operator++ () |
void | read_from_file (generic_file &f) |
void | write_to_file (generic_file &f) const |
Private Member Functions | |
void | set (U_16 arg) |
Private Attributes | |
U_16 | val |
Static Private Attributes | |
static constexpr U_I | val_size = sizeof(U_16) |
static constexpr U_I | MAX = 65534 |
class archive_num stores the position of an archive inside a dar_manager database
Definition at line 46 of file archive_num.hpp.
|
inline |
this operator makes an object of that class convertible to an 16 bits integer
Definition at line 60 of file archive_num.hpp.