#include <IndentCanceller.h>
Cancels indentations to a streambuf.
- See also
- JsonBox::OutputFilter
| JsonBox::IndentCanceller::IndentCanceller |
( |
| ) |
|
| std::streambuf::int_type JsonBox::IndentCanceller::operator() |
( |
std::streambuf & |
destination, |
|
|
std::streambuf::int_type |
character |
|
) |
| |
Inserts a tab character at the start of each line.
- Parameters
-
| destination | Streambuf in which to insert the tab character. |
| character | Character to insert in the streambuf. |
- Returns
- Unspecified value not equal to traits::eof() on success, traits::eof() on failure.
| bool JsonBox::IndentCanceller::afterBackSlash |
|
private |
| bool JsonBox::IndentCanceller::inString |
|
private |
The documentation for this class was generated from the following files: