Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
CFileInfo Class Reference

#include <file_system.h>

Collaboration diagram for CFileInfo:
Collaboration graph
[legend]

Public Member Functions

 CFileInfo ()
 
 CFileInfo (const OsPath &name, off_t size, time_t mtime)
 
const OsPathName () const
 
off_t Size () const
 
time_t MTime () const
 

Private Attributes

OsPath name
 
off_t size
 
time_t mtime
 

Constructor & Destructor Documentation

◆ CFileInfo() [1/2]

CFileInfo::CFileInfo ( )
inline

◆ CFileInfo() [2/2]

CFileInfo::CFileInfo ( const OsPath name,
off_t  size,
time_t  mtime 
)
inline

Member Function Documentation

◆ MTime()

time_t CFileInfo::MTime ( ) const
inline

◆ Name()

const OsPath& CFileInfo::Name ( ) const
inline

◆ Size()

off_t CFileInfo::Size ( ) const
inline

Member Data Documentation

◆ mtime

time_t CFileInfo::mtime
private

◆ name

OsPath CFileInfo::name
private

◆ size

off_t CFileInfo::size
private

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