foobar2000 SDK  2015-08-03
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 69 of file filesystem.h.

Member Function Documentation

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

Definition at line 76 of file filesystem.h.

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

Definition at line 75 of file filesystem.h.

75 {return m_size == param.m_size && m_timestamp == param.m_timestamp;}
t_filesize m_size
Size of the file.
Definition: filesystem.h:71
t_filetimestamp m_timestamp
Time of last file modification.
Definition: filesystem.h:73

Field Documentation

t_filesize foobar2000_io::t_filestats::m_size

Size of the file.

Definition at line 71 of file filesystem.h.

t_filetimestamp foobar2000_io::t_filestats::m_timestamp

Time of last file modification.

Definition at line 73 of file filesystem.h.


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