Disk ARchive
2.4.5
|
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 |
Protected Member Functions | |
void | inherited_dump (generic_file &f, bool small) const |
the base class for all entry that have a name
Definition at line 175 of file src/libdar/catalogue.hpp.