Disk ARchive
2.4.8
|
class archive_version manages the version of the archive format More...
#include <archive_version.hpp>
Public Member Functions | |
archive_version (U_16 x=0, unsigned char fix=0) | |
archive_version constructor | |
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 |
bool | is_droot () 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 |