Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
cat_all_entrees.hpp
Go to the documentation of this file.
1 /*********************************************************************/
2 // dar - disk archive - a backup/restoration program
3 // Copyright (C) 2002-2024 Denis Corbin
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with this program; if not, write to the Free Software
17 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 //
19 // to contact the author, see the AUTHOR file
20 /*********************************************************************/
21 
25 
26 #ifndef CAT_ALL_ENTREE_HPP
27 #define CAT_ALL_ENTREE_HPP
28 
29 #include "../my_config.h"
30 
31 extern "C"
32 {
33 } // end extern "C"
34 
35 #include "cat_detruit.hpp"
36 #include "cat_device.hpp"
37 #include "cat_directory.hpp"
38 #include "cat_door.hpp"
39 #include "cat_entree.hpp"
40 #include "cat_etoile.hpp"
41 #include "cat_file.hpp"
42 #include "cat_ignored_dir.hpp"
43 #include "cat_inode.hpp"
44 #include "cat_lien.hpp"
45 #include "cat_mirage.hpp"
46 #include "cat_nomme.hpp"
47 #include "cat_eod.hpp"
48 #include "cat_chardev.hpp"
49 #include "cat_blockdev.hpp"
50 #include "cat_tube.hpp"
51 #include "cat_prise.hpp"
52 #include "cat_ignored.hpp"
53 
54 #endif
class used to record block special devices in a catalogue
class used to record character special devices in a catalogue
used to record information in a catalogue about a deleted file (differential backup context)
parent class for all special devices inodes
class used to organize objects in tree in catalogue as like directories in a filesystem
class used in a catalogue to store solaris door filesystem entries
base class for all object contained in a catalogue
object exchanged with a catalogue (never stored in it) to signal the end of a directory
class holding an cat_inode object that get pointed by multiple mirage objects (smart pointers) to rec...
class used to record plain files in a catalogue
class used to remember that an entry has been ignored and shall not be recorded as deleted using a de...
class used to remember in a catalogue that a cat_directory has been ignored
base object for all inode types, managed EA and FSA, dates, permissions, ownership,...
class used to store symbolic links in a catalogue
smart pointer to an etoile object. Used to store hard link information inside a catalogue
base class of all objects contained in a catalogue and that can be named
class to record filesystem (UNIX) sockets in a catalogue
class to record named pipes in a catalogue