foobar2000 SDK
2015-08-03
|
Functions | |
void | read (const service_ptr_t< file > &p_file, abort_callback &p_abort, pfc::string_base &p_out, bool &is_utf8) |
void | read (const char *p_path, abort_callback &p_abort, pfc::string_base &p_out, bool &is_utf8) |
void | write (const service_ptr_t< file > &p_file, abort_callback &p_abort, const char *p_string, bool is_utf8) |
void | write (const char *p_path, abort_callback &p_abort, const char *p_string, bool is_utf8) |
void text_file_loader::read | ( | const service_ptr_t< file > & | p_file, |
abort_callback & | p_abort, | ||
pfc::string_base & | p_out, | ||
bool & | is_utf8 | ||
) |
Definition at line 29 of file text_file_loader.cpp.
void text_file_loader::read | ( | const char * | p_path, |
abort_callback & | p_abort, | ||
pfc::string_base & | p_out, | ||
bool & | is_utf8 | ||
) |
Definition at line 99 of file text_file_loader.cpp.
void text_file_loader::write | ( | const service_ptr_t< file > & | p_file, |
abort_callback & | p_abort, | ||
const char * | p_string, | ||
bool | is_utf8 | ||
) |
Definition at line 9 of file text_file_loader.cpp.
void text_file_loader::write | ( | const char * | p_path, |
abort_callback & | p_abort, | ||
const char * | p_string, | ||
bool | is_utf8 | ||
) |
Definition at line 92 of file text_file_loader.cpp.