aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-03 23:58:58 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:31:22 +0200
commitf1c6bb97db659faf84e59dbe973b969e9fc1a066 (patch)
treee9f8a87e78cad1c9b856c8d61eaec9b90ab100a6 /TODO
parent59f3e09edfc71556208a866bb97ed9e173bd827f (diff)
downloadqpdf-f1c6bb97db659faf84e59dbe973b969e9fc1a066.tar.zst
Add new Pipeline convenience methods
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 8eae1090..d4ffa3fc 100644
--- a/TODO
+++ b/TODO
@@ -50,14 +50,6 @@ Need new pipelines:
* Pl_OStream(std::ostream) with semantics like Pl_StdioFile
* Pl_String to std::string with semantics like Pl_Buffer
-New Pipeline methods:
-* writeString(std::string const&)
-* writeCString(char*)
-* writeChars(char*, size_t)
-
-* Consider templated operator<< which could specialize for char* and
- std::string and could use std::ostringstream otherwise
-
See if I can change all output and error messages issued by the
library, when context is available, to have a pipeline rather than a
FILE* or std::ostream. This makes it possible for people to capture