26 #ifndef CAT_IGNORED_HPP 27 #define CAT_IGNORED_HPP 29 #include "../my_config.h" 48 cat_ignored(
const pile_descriptor & pdesc,
bool small) :
cat_nomme(pdesc, small) {
throw SRC_BUG; };
56 void inherited_dump(
const pile_descriptor & pdesc,
bool small)
const {
throw SRC_BUG; };
base class of all objects contained in a catalogue and that can be named
unsigned char signature() const
inherited class signature
bool operator==(const cat_entree &ref) const
returns true if the two object have the same content
cat_entree * clone() const
a way to copy the exact type of an object even if pointed to by a parent class pointer ...
the present file to ignore (not to be recorded as deleted later)
memory_pool * get_pool() const
the base class for all entry that have a name
the root class from all other inherite for any entry in the catalogue
void inherited_dump(const pile_descriptor &pdesc, bool small) const
inherited class may overload this method but shall first call the parent's inherited_dump() in the ov...
libdar namespace encapsulate all libdar symbols