foobar2000 SDK
2015-08-03
|
#include <filesystem_helper.h>
Public Member Functions | |
stream_reader_formatter_simple () | |
stream_reader_formatter_simple (const void *source, t_size sourceSize) | |
template<typename TSource > | |
stream_reader_formatter_simple (const TSource &source) | |
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_simple_ref< BE > | |
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 Member Functions | |
void | onContentChange () |
Private Attributes | |
pfc::array_t< t_uint8 > | m_content |
Additional Inherited Members | |
Data Fields inherited from stream_reader_formatter< BE > | |
abort_callback & | m_abort |
stream_reader & | m_stream |
Definition at line 631 of file filesystem_helper.h.
|
inline |
Definition at line 633 of file filesystem_helper.h.
|
inline |
Definition at line 634 of file filesystem_helper.h.
|
inline |
Definition at line 635 of file filesystem_helper.h.
|
inlineprivate |
Definition at line 646 of file filesystem_helper.h.
|
inline |
Definition at line 637 of file filesystem_helper.h.
|
inline |
Definition at line 641 of file filesystem_helper.h.
|
private |
Definition at line 649 of file filesystem_helper.h.