ubit
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
ubit::UFileMode Class Reference

file mode. More...

#include <ufile.hpp>

Inheritance diagram for ubit::UFileMode:
ubit::UFileInfo

Public Member Functions

 UFileMode (const UStr &pathname)
 
bool isValid () const
 
bool isDir () const
 
bool isFile () const
 
bool isLink () const
 
bool isExec () const
 
int getMode () const
 

Static Public Attributes

static const int DIR = S_IFDIR
 
static const int FILE = S_IFREG
 
static const int LINK = S_IFLNK
 modes
 

Protected Attributes

int mode
 

Detailed Description

file mode.


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