foobar2000 SDK  2015-01-14
filetimetools.h
Go to the documentation of this file.
1 namespace foobar2000_io {
3 
6  public:
8  operator const char*() const {return m_buffer;}
9  const char * get_ptr() const {return m_buffer;}
10  private:
12  };
13 
15  public:
17  operator const char*() const {return m_buffer;}
18  const char * get_ptr() const {return m_buffer;}
19  private:
21  };
22 
23 }
pfc::string_fixed_t< 32 > m_buffer
Definition: filetimetools.h:20
pfc::string_fixed_t< 32 > m_buffer
Definition: filetimetools.h:11
Warning: this formats according to system timezone settings, created strings should be used for displ...
Definition: filetimetools.h:5
Contains various I/O related structures and interfaces.
Definition: filetimetools.h:1
t_uint64 t_filetimestamp
Type used for file timestamp related variables. 64-bit value representing the number of 100-nanosecon...
Definition: filesystem.h:12
t_filetimestamp filetimestamp_from_string(const char *date)
format_filetimestamp_utc(t_filetimestamp p_timestamp)
format_filetimestamp(t_filetimestamp p_timestamp)
const char * get_ptr() const
Definition: filetimetools.h:9