foobar2000 SDK
2015-08-03
|
#include <filesystem_helper.h>
Public Member Functions | |
stream_reader_formatter_simple_ref (const void *source, t_size sourceSize) | |
template<typename TSource > | |
stream_reader_formatter_simple_ref (const TSource &source) | |
stream_reader_formatter_simple_ref () | |
const void * | get_ptr_ () const |
t_size | get_remaining () |
void | reset () |
void | set_data (const void *source, t_size sourceSize) |
template<typename TSource > | |
void | set_data (const TSource &source) |
Public Member Functions inherited from stream_reader_formatter< BE > | |
stream_reader_formatter (stream_reader &p_stream, abort_callback &p_abort) | |
void | read_array (TArray &data) |
void | read_byte_block (TArray &data) |
void | read_int (t_int &p_out) |
void | read_raw (void *p_buffer, t_size p_bytes) |
void | read_raw (TArray &data) |
void | read_string_nullterm (pfc::string_base &out) |
void | skip (t_size p_bytes) |
Private Attributes | |
abort_callback_dummy | _m_abort |
stream_reader_memblock_ref | _m_stream |
Additional Inherited Members | |
Data Fields inherited from stream_reader_formatter< BE > | |
abort_callback & | m_abort |
stream_reader & | m_stream |
Definition at line 612 of file filesystem_helper.h.
|
inline |
Definition at line 614 of file filesystem_helper.h.
|
inline |
Definition at line 615 of file filesystem_helper.h.
|
inline |
Definition at line 616 of file filesystem_helper.h.
|
inline |
Definition at line 624 of file filesystem_helper.h.
|
inline |
Definition at line 622 of file filesystem_helper.h.
|
inline |
Definition at line 621 of file filesystem_helper.h.
|
inline |
Definition at line 618 of file filesystem_helper.h.
|
inline |
Definition at line 619 of file filesystem_helper.h.
|
private |
Definition at line 627 of file filesystem_helper.h.
|
private |
Definition at line 626 of file filesystem_helper.h.