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

Description:

A bitfield encoding various information.

Definition at line 356 of file finfo.hpp.

#include <finfo.hpp>

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 IsArtificialFS

Denotes whether the file resides in an artificial filesystem.

Definition at line 358 of file finfo.hpp.

◆ IsCrossingFS

bool IsCrossingFS

Denotes whether the file is a mount point.

Definition at line 360 of file finfo.hpp.

◆ Permission

Permissions Permission

The unix file-permissions.

Definition at line 362 of file finfo.hpp.

◆ Quality

Qualities Quality

The scan quality.

Definition at line 363 of file finfo.hpp.

◆ TargetIsArtificialFS

bool TargetIsArtificialFS

Denotes whether a link points into an artificial filesystem.

Definition at line 359 of file finfo.hpp.

◆ TargetIsCrossingFS

bool TargetIsCrossingFS

Denotes whether a link points to a mount point.

Definition at line 361 of file finfo.hpp.

◆ Type

Types Type

The file type.

Definition at line 357 of file finfo.hpp.

Constructor(s) / Destructor Details:

◆ Bits()

Bits ( )
inline

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

Definition at line 366 of file finfo.hpp.


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