#include <mootTokenIO.h>
Inheritance diagram for moot::TokenWriterNative:
|
Default constructor |
|
Default destructor |
|
Write a raw comment to a mootio::mostream |
|
Write some raw data to a mootio::mostream, respecinting @tw_is_comment_block |
|
Write a whole sentence to a mootio::mostream (with eos marker) |
|
Write a single token to a mootio::mostream (with eot marker) |
|
Write some data to the currently selected output sink Descendants may override this method. Reimplemented from moot::TokenWriter. |
|
Write a single sentence to the currently selected output sink. Descendants may override this method. Default implementation just calls putToken() for every element of sentence. Reimplemented from moot::TokenWriter. |
|
Write a single token to the currently selected output sink. Descendants must override this method. Reimplemented from moot::TokenWriter. |
|
Clear internal buffer and stringify sentence into it, returning result as a new std::string |
|
Clear internal buffer and stringify sentence into it, returning result as a new std::string |
|
Temporary buffer for *2string methods |