#include <functional>#include <promeki/core/namespace.h>#include <promeki/core/string.h>#include <promeki/core/iodevice.h>#include <promeki/core/textstream.h>
Go to the source code of this file.
Classes | |
| class | StreamStringIODevice |
| Write-only IODevice that intercepts writes, accumulates characters, and invokes a callback on newlines or flush. More... | |
| class | StreamString |
| Collects text output into a String, splitting on newlines. More... | |
See LICENSE file in the project root folder for license information.