Disk ARchive  2.5.2
Full featured and portable backup and archiving tool
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Protected Member Functions
libdar::cat_device Class Reference

the special cat_device root class More...

#include <cat_device.hpp>

Inherits libdar::cat_inode.

Inherited by libdar::cat_blockdev, and libdar::cat_chardev.

List of all members.

Public Member Functions

 cat_device (const infinint &uid, const infinint &gid, U_16 perm, const datetime &last_access, const datetime &last_modif, const datetime &last_change, const std::string &name, U_16 major, U_16 minor, const infinint &fs_device)
 cat_device (user_interaction &dialog, const pile_descriptor &pdesc, const archive_version &reading_ver, saved_status saved, bool small)
bool operator== (const cat_entree &ref) const
 returns true if the two object have the same content
int get_major () const
int get_minor () const
void set_major (int x)
void set_minor (int x)

Protected Member Functions

void sub_compare (const cat_inode &other, bool isolated_mode) const
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 overloaded method

Detailed Description

the special cat_device root class

Definition at line 45 of file cat_device.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines