|
PoDoFo 0.9.20
|
#include <PdfStringStream.h>
Additional Inherited Members | |
| Public Member Functions inherited from PoDoFo::OutputStream | |
| void | Write (char ch) |
| void | Write (const std::string_view &view) |
| void | Write (const char *buffer, size_t size) |
| Protected Member Functions inherited from PoDoFo::OutputStream | |
| virtual void | checkWrite () const |
A specialized Pdf output string stream It suplies an iostream-like operator<< interface, while still inheriting OutputStream