![]() |
Disk ARchive
2.5.7
Full featured and portable backup and archiving tool
|
#include <archive_version.hpp>
Public Member Functions | |
archive_version (U_16 x=0, unsigned char fix=0) | |
archive_version constructor More... | |
bool | operator< (const archive_version &ref) const |
bool | operator>= (const archive_version &ref) const |
bool | operator== (const archive_version &ref) const |
bool | operator!= (const archive_version &ref) const |
bool | operator> (const archive_version &ref) const |
bool | operator<= (const archive_version &ref) const |
void | dump (generic_file &f) const |
void | read (generic_file &f) |
std::string | display () const |
class archive_version manages the version of the archive format
Definition at line 44 of file archive_version.hpp.
libdar::archive_version::archive_version | ( | U_16 | x = 0 , |
unsigned char | fix = 0 |
||
) |
archive_version constructor
[in] | x | is the version number |
[in] | fix | is a decimal-like |