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::CFileInfo ( )
inline
CFileInfo::CFileInfo ( const OsPath name,
off_t  size,
time_t  mtime 
)
inline

Member Function Documentation

time_t CFileInfo::MTime ( ) const
inline
const OsPath& CFileInfo::Name ( ) const
inline
off_t CFileInfo::Size ( ) const
inline

Member Data Documentation

time_t CFileInfo::mtime
private
OsPath CFileInfo::name
private
off_t CFileInfo::size
private

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