Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
terminateur class indicates the location of the beginning of the catalogue More...
#include <terminateur.hpp>
Public Member Functions | |
terminateur (const terminateur &ref)=default | |
terminateur (terminateur &&ref) noexcept=default | |
terminateur & | operator= (const terminateur &ref)=default |
terminateur & | operator= (terminateur &&ref) noexcept=default |
void | set_catalogue_start (infinint xpos) |
void | dump (generic_file &f) |
void | read_catalogue (generic_file &f, bool with_elastic, const archive_version &reading_ver, const infinint &where_from=0) |
infinint | get_catalogue_start () const |
infinint | get_terminateur_start () const |
Private Attributes | |
infinint | pos |
infinint | t_start |
terminateur class indicates the location of the beginning of the catalogue
it is the last bytes sequence of an archive.
Definition at line 46 of file terminateur.hpp.