Disk ARchive 2.7.16
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.
|
inline |
Definition at line 49 of file terminateur.hpp.
|
inline |
Definition at line 59 of file terminateur.hpp.
|
inline |
Definition at line 60 of file terminateur.hpp.
|
inline |
Definition at line 56 of file terminateur.hpp.
|
private |
Definition at line 63 of file terminateur.hpp.
|
private |
Definition at line 64 of file terminateur.hpp.