Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
XBMCAddon::xbmcvfs::Stat Class Reference

#include <Stat.h>

Inheritance diagram for XBMCAddon::xbmcvfs::Stat:
XBMCAddon::AddonClass CCriticalSection XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >

Public Member Functions

 Stat (const String &path)
 
 st_mode ()
 

Function: st_mode()


To get file protection. More...

 
 st_ino ()
 

Function: st_ino()


To get inode number. More...

 
 st_dev ()
 

Function: st_dev()


To get ID of device containing file. More...

 
 st_nlink ()
 

Function: st_nlink()


To get number of hard links. More...

 
 st_uid ()
 

Function: st_uid()


To get user ID of owner. More...

 
 st_gid ()
 

Function: st_gid()


To get group ID of owner. More...

 
 st_size ()
 

Function: st_size()


To get total size, in bytes. More...

 
 atime ()
 

Function: atime()


To get time of last access. More...

 
 mtime ()
 

Function: mtime()


To get time of last modification. More...

 
 ctime ()
 

Function: ctime()


To get time of last status change. More...

 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 
- Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
 CountingLockable ()=default
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
unsigned int exit (unsigned int leave=0)
 
void restore (unsigned int restoreCount)
 
XbmcThreads::CRecursiveMutex & get_underlying ()
 

Additional Inherited Members

- Static Public Member Functions inherited from XBMCAddon::AddonClass
static short getNumAddonClasses ()
 
- Protected Member Functions inherited from XBMCAddon::AddonClass
virtual void deallocating ()
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 
- Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
XbmcThreads::CRecursiveMutex mutex
 
unsigned int count
 

Constructor & Destructor Documentation

§ Stat()

XBMCAddon::xbmcvfs::Stat::Stat ( const String path)
inline

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