cue_creator.h

Go to the documentation of this file.
00001 namespace cue_creator
00002 {
00003         struct t_entry
00004         {
00005                 file_info_impl m_infos;
00006                 pfc::string8 m_file,m_flags;
00007                 unsigned m_track_number;
00008 
00009                 t_cuesheet_index_list m_index_list;
00010 
00011                 void set_simple_index(double p_time);
00012         };
00013         
00014         typedef pfc::chain_list_v2_t<t_entry> t_entry_list;
00015 
00016         void create(pfc::string_formatter & p_out,const t_entry_list & p_list);
00017 };

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