#include <input_helpers.h>
Definition at line 76 of file input_helpers.h.
input_info_read_helper::input_info_read_helper |
( |
| ) |
|
|
inline |
Definition at line 252 of file input_helpers.cpp.
255 TRACK_CODE(
"input_info_reader::get_file_stats",p_stats =
m_input->get_file_stats(p_abort));
virtual const char * get_path() const =0
t_uint32 get_subsong_index() const
Definition at line 260 of file input_helpers.cpp.
262 t_filestats newstats;
263 TRACK_CODE(
"input_info_reader::get_file_stats",newstats =
m_input->get_file_stats(p_abort));
virtual const char * get_path() const =0
t_uint32 get_subsong_index() const
void input_info_read_helper::open |
( |
const char * |
p_path, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
private |
Definition at line 243 of file input_helpers.cpp.
static void g_open_for_info_read(service_ptr_t< input_info_reader > &p_instance, service_ptr_t< file > p_filehint, const char *p_path, abort_callback &p_abort, bool p_from_redirect=false)
The documentation for this class was generated from the following files: