libyui-ncurses  2.44.1
 All Classes Functions Variables
NCFileInfo Struct Reference

Public Member Functions

 NCFileInfo (std::string fileName, struct stat64 *statInfo, bool link=false)
 
bool isDir ()
 
bool isLink ()
 
bool isFile ()
 

Public Attributes

std::string _name
 
std::string _realName
 
std::string _tag
 
std::string _perm
 
std::string _user
 
std::string _group
 
dev_t _device
 
mode_t _mode
 
nlink_t _links
 
off64_t _size
 
time_t _mtime
 

Detailed Description

Definition at line 44 of file NCFileSelection.h.

Constructor & Destructor Documentation

NCFileInfo::NCFileInfo ( std::string  fileName,
struct stat64 *  statInfo,
bool  link = false 
)

Constructor from a stat buffer (i.e. based on an lstat64() call).

Definition at line 43 of file NCFileSelection.cc.

Here is the call graph for this function:


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