foobar2000 SDK
2015-08-03
|
#include <filesystem_helper.h>
Public Member Functions | |
stream_writer_formatter (stream_writer &p_stream, abort_callback &p_abort) | |
template<typename TArray > | |
void | write_array (const TArray &data) |
template<typename TArray > | |
void | write_byte_block (const TArray &data) |
template<typename t_int > | |
void | write_int (t_int p_int) |
void | write_raw (const void *p_buffer, t_size p_bytes) |
template<typename TArray > | |
void | write_raw (const TArray &data) |
void | write_string (const char *str) |
void | write_string (const char *str, t_size len_) |
void | write_string_nullterm (const char *str) |
Data Fields | |
abort_callback & | m_abort |
stream_writer & | m_stream |
Definition at line 431 of file filesystem_helper.h.
|
inline |
Definition at line 433 of file filesystem_helper.h.
|
inline |
Definition at line 453 of file filesystem_helper.h.
|
inline |
Definition at line 448 of file filesystem_helper.h.
|
inline |
Definition at line 435 of file filesystem_helper.h.
|
inline |
Definition at line 440 of file filesystem_helper.h.
|
inline |
Definition at line 443 of file filesystem_helper.h.
|
inline |
Definition at line 459 of file filesystem_helper.h.
|
inline |
Definition at line 464 of file filesystem_helper.h.
|
inline |
Definition at line 469 of file filesystem_helper.h.
abort_callback& stream_writer_formatter< isBigEndian >::m_abort |
Definition at line 474 of file filesystem_helper.h.
stream_writer& stream_writer_formatter< isBigEndian >::m_stream |
Definition at line 473 of file filesystem_helper.h.