Disk ARchive  2.6.8
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-2020 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 : http://dar.linux.free.fr/email.html
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
cat_prise.hpp
class to record filesystem (UNIX) sockets in a catalogue
cat_nomme.hpp
base class of all objects contained in a catalogue and that can be named
cat_tube.hpp
class to record named pipes in a catalogue
cat_eod.hpp
object exchanged with a catalogue (never stored in it) to signal the end of a directory
cat_file.hpp
class used to record plain files in a catalogue
cat_device.hpp
parent class for all special devices inodes
cat_inode.hpp
base object for all inode types, managed EA and FSA, dates, permissions, ownership,...
cat_detruit.hpp
used to record information in a catalogue about a deleted file (differential backup context)
cat_door.hpp
class used in a catalogue to store solaris door filesystem entries
cat_ignored_dir.hpp
class used to remember in a catalogue that a cat_directory has been ignored
cat_mirage.hpp
smart pointer to an etoile object. Used to store hard link information inside a catalogue
cat_etoile.hpp
class holding an cat_inode object that get pointed by multiple mirage objects (smart pointers) to rec...
cat_entree.hpp
base class for all object contained in a catalogue
cat_directory.hpp
class used to organize objects in tree in catalogue as like directories in a filesystem
cat_lien.hpp
class used to store symbolic links in a catalogue
cat_ignored.hpp
class used to remember that an entry has been ignored and shall not be recorded as deleted using a de...
cat_chardev.hpp
class used to record character special devices in a catalogue
cat_blockdev.hpp
class used to record block special devices in a catalogue