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

Description:

A bitfield encoding various information.

Definition at line 344 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 346 of file finfo.inl.

◆ IsCrossingFS

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

Denotes whether the file is a mount point.

Definition at line 348 of file finfo.inl.

◆ Permission

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

The unix file-permissions.

Definition at line 350 of file finfo.inl.

◆ Quality

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

The scan quality.

Definition at line 351 of file finfo.inl.

◆ TargetIsArtificialFS

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

Denotes whether a link points into an artificial filesystem.

Definition at line 347 of file finfo.inl.

◆ TargetIsCrossingFS

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

Denotes whether a link points to a mount point.

Definition at line 349 of file finfo.inl.

◆ Type

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

The file type.

Definition at line 345 of file finfo.inl.

Constructor(s) / Destructor Details:

◆ Bits()

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

Definition at line 354 of file finfo.inl.


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