foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
foobar2000_io::t_filestats

#include <filesystem.h>

Public Member Functions

bool operator!= (const t_filestats &param) const
 
bool operator== (const t_filestats &param) const
 

Data Fields

t_filesize m_size
 
t_filetimestamp m_timestamp
 

Detailed Description

Stores file stats (size and timestamp).

Definition at line 64 of file filesystem.h.

Member Function Documentation

bool foobar2000_io::t_filestats::operator!= ( const t_filestats param) const
inline

Definition at line 71 of file filesystem.h.

71 {return m_size != param.m_size || m_timestamp != param.m_timestamp;}
t_filesize m_size
Size of the file.
Definition: filesystem.h:66
t_filetimestamp m_timestamp
Time of last file modification.
Definition: filesystem.h:68
bool foobar2000_io::t_filestats::operator== ( const t_filestats param) const
inline

Definition at line 70 of file filesystem.h.

70 {return m_size == param.m_size && m_timestamp == param.m_timestamp;}
t_filesize m_size
Size of the file.
Definition: filesystem.h:66
t_filetimestamp m_timestamp
Time of last file modification.
Definition: filesystem.h:68

Field Documentation

t_filesize foobar2000_io::t_filestats::m_size

Size of the file.

Definition at line 66 of file filesystem.h.

t_filetimestamp foobar2000_io::t_filestats::m_timestamp

Time of last file modification.

Definition at line 68 of file filesystem.h.


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