![]() |
![]() |
|
|
#include <fastformat/sinks/OutputDebugString.hpp>
OutputDebugString()
. Public Types | |
typedef OutputDebugString_sink | class_type |
This type. | |
Public Member Functions | |
OutputDebugString_sink () | |
Constructs the instance. | |
class_type & | write (int flags, size_t cchTotal, size_t numResults, ff_string_slice_t const *results) |
Outputs the results, according to the given flags. |
typedef OutputDebugString_sink class_type |
This type.
OutputDebugString_sink | ( | ) | [inline] |
Constructs the instance.
class_type& write | ( | int | flags, | |
size_t | cchTotal, | |||
size_t | numResults, | |||
ff_string_slice_t const * | results | |||
) | [inline] |
Outputs the results, according to the given flags.
References fastformat::util::concat_slices(), fastformat::fastformat_getNewlineForPlatform(), ff_string_slice_t::len, and ff_string_slice_t::ptr.
Referenced by fastformat::sinks::fmt_slices().
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|