ALib C++ Library
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::files::FInfo::Bits Struct Reference

Description:

A bitfield encoding various information.

Definition at line 333 of file finfo.inl.

Public Field Index:

bool IsArtificialFS: 1
 Denotes whether the file resides in an artificial filesystem.
 
bool IsCrossingFS: 1
 Denotes whether the file is a mount point.
 
Permissions Permission: 13
 The unix file-permissions.
 
Qualities Quality: 5
 The scan quality.
 
bool TargetIsArtificialFS: 1
 Denotes whether a link points into an artificial filesystem.
 
bool TargetIsCrossingFS: 1
 Denotes whether a link points to a mount point.
 
Types Type: 4
 The file type.
 

Public Method Index:

 Bits ()
 Default constructor. Sets all members to NONE, false or Error.
 

Field Details:

◆ IsArtificialFS

bool alib::files::FInfo::Bits::IsArtificialFS

Denotes whether the file resides in an artificial filesystem.

Definition at line 335 of file finfo.inl.

◆ IsCrossingFS

bool alib::files::FInfo::Bits::IsCrossingFS

Denotes whether the file is a mount point.

Definition at line 337 of file finfo.inl.

◆ Permission

Permissions alib::files::FInfo::Bits::Permission

The unix file-permissions.

Definition at line 339 of file finfo.inl.

◆ Quality

Qualities alib::files::FInfo::Bits::Quality

The scan quality.

Definition at line 340 of file finfo.inl.

◆ TargetIsArtificialFS

bool alib::files::FInfo::Bits::TargetIsArtificialFS

Denotes whether a link points into an artificial filesystem.

Definition at line 336 of file finfo.inl.

◆ TargetIsCrossingFS

bool alib::files::FInfo::Bits::TargetIsCrossingFS

Denotes whether a link points to a mount point.

Definition at line 338 of file finfo.inl.

◆ Type

Types alib::files::FInfo::Bits::Type

The file type.

Definition at line 334 of file finfo.inl.

Constructor(s) / Destructor Details:

◆ Bits()

Default constructor. Sets all members to NONE, false or Error.

Definition at line 343 of file finfo.inl.


The documentation for this struct was generated from the following file: