Disk ARchive
2.4.10
|
the base class for all entry that have a name More...
#include <catalogue.hpp>
Inherits libdar::entree.
Inherited by libdar::detruit, libdar::ignored, libdar::inode, and libdar::mirage.
Public Member Functions | |
nomme (const std::string &name) | |
nomme (generic_file &f) | |
virtual bool | operator== (const nomme &ref) const |
virtual bool | operator< (const nomme &ref) const |
const std::string & | get_name () const |
void | change_name (const std::string &x) |
bool | same_as (const nomme &ref) const |
![]() | |
void | dump (generic_file &f, bool small) const |
write down the object information to a generic_file More... | |
void | specific_dump (generic_file &f, bool small) const |
this call gives an access to inherited_dump More... | |
virtual void | post_constructor (generic_file &f) |
called by entree::read and mirage::post_constructor, let inherited classes builds object's data after CRC has been read from file More... | |
virtual unsigned char | signature () const =0 |
virtual entree * | clone () const =0 |
Protected Member Functions | |
void | inherited_dump (generic_file &f, bool small) const |
Additional Inherited Members | |
![]() | |
static entree * | read (user_interaction &dialog, generic_file &f, const archive_version &reading_ver, entree_stats &stats, std::map< infinint, etoile * > &corres, compression default_algo, generic_file *data_loc, generic_file *ea_loc, bool lax, bool only_detruit, escape *ptr) |
the base class for all entry that have a name
Definition at line 173 of file catalogue.hpp.