filetimetools.h

Go to the documentation of this file.
00001 namespace foobar2000_io {
00002         t_filetimestamp filetimestamp_from_string(const char * date);
00003 
00005         class format_filetimestamp {
00006         public:
00007                 format_filetimestamp(t_filetimestamp p_timestamp);
00008                 operator const char*() const {return m_buffer;}
00009                 const char * get_ptr() const {return m_buffer;}
00010         private:
00011                 pfc::string_fixed_t<32> m_buffer;
00012         };
00013 
00014 }

Generated on Thu Aug 28 21:15:31 2008 for foobar2000 SDK by  doxygen 1.5.5