![]() |
![]() |
|
|
#include <fastformat/sinks/speech.hpp>
Public Types | |
typedef speech_sink | class_type |
Member Types. | |
typedef stlsoft::ref_ptr < ISpVoice > | voice_type |
The underlying voice type. | |
Public Member Functions | |
speech_sink (int flags=0) | |
Construction. | |
voice_type | get () const |
Accessors. | |
class_type & | write (int, size_t cchTotal, size_t numResults, ff_string_slice_t const *results) |
Shim Operations. |
typedef speech_sink class_type |
Member Types.
This type
typedef stlsoft::ref_ptr<ISpVoice> voice_type |
The underlying voice type.
speech_sink | ( | int | flags = 0 |
) | [inline, explicit] |
Construction.
Constructs an instance
voice_type get | ( | ) | const [inline] |
Accessors.
class_type& write | ( | int | , | |
size_t | cchTotal, | |||
size_t | numResults, | |||
ff_string_slice_t const * | results | |||
) | [inline] |
Shim Operations.
Outputs the results
References fastformat::util::concat_slices().
Referenced by fastformat::sinks::fmt_slices().
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|