From f1c6bb97db659faf84e59dbe973b969e9fc1a066 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 3 May 2022 17:58:58 -0400 Subject: Add new Pipeline convenience methods --- TODO | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf