text_file_loader.h

Go to the documentation of this file.
00001 namespace text_file_loader
00002 {
00003         void write(const service_ptr_t<file> & p_file,abort_callback & p_abort,const char * p_string,bool is_utf8);
00004         void read(const service_ptr_t<file> & p_file,abort_callback & p_abort,pfc::string_base & p_out,bool & is_utf8);
00005 
00006         void write(const char * p_path,abort_callback & p_abort,const char * p_string,bool is_utf8);
00007         void read(const char * p_path,abort_callback & p_abort,pfc::string_base & p_out,bool & is_utf8);
00008 
00009 };

Generated on Fri Apr 25 18:49:33 2008 for foobar2000 SDK by  doxygen 1.5.5