|
foobar2000 SDK
2015-01-14
|
#include <filesystem_helper.h>
Inheritance diagram for stream_writer_formatter< isBigEndian >: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 423 of file filesystem_helper.h.
|
inline |
Definition at line 425 of file filesystem_helper.h.
|
inline |
Definition at line 445 of file filesystem_helper.h.
|
inline |
Definition at line 440 of file filesystem_helper.h.
|
inline |
Definition at line 427 of file filesystem_helper.h.
|
inline |
Definition at line 432 of file filesystem_helper.h.
|
inline |
Definition at line 435 of file filesystem_helper.h.
|
inline |
Definition at line 451 of file filesystem_helper.h.
|
inline |
Definition at line 456 of file filesystem_helper.h.
|
inline |
Definition at line 461 of file filesystem_helper.h.
| abort_callback& stream_writer_formatter< isBigEndian >::m_abort |
Definition at line 466 of file filesystem_helper.h.
| stream_writer& stream_writer_formatter< isBigEndian >::m_stream |
Definition at line 465 of file filesystem_helper.h.
1.8.9.1