A test writer that writes to the specified file.
More...
#include <StdWriters.hpp>
|
std::unique_ptr< TestWriter > | clone () const override |
| Clone the writer instance. More...
|
|
void | writeString (const std::string &str) override |
| Write the supplied UTF-8 string to the writer's output stream(s). More...
|
|
virtual | ~TestWriter ()=default |
| Destroy a test writer instance. More...
|
|
template<typename T > |
void | write (T value) |
| Convert the supplied value to a UTF-8 string and write the string to the writer's output stream(s). More...
|
|
A test writer that writes to the specified file.
◆ clone()
Clone the writer instance.
- Returns
- a clone of the writer
Implements TestWriter.
◆ writeString()
void writeString |
( |
const std::string & |
value | ) |
|
|
inlineoverridevirtual |
Write the supplied UTF-8 string to the writer's output stream(s).
- Parameters
-
Implements TestWriter.
The documentation for this class was generated from the following file: