|
|
Donner
C++20 SVG rendering library
|
Helper class to change how this element is printed as a tree. More...
#include "donner/base/element/tests/FakeElement.h"
Public Attributes | |
| const FakeElement & | element |
| The element to print. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DeferredPrinter &printer) |
| Ostream output operator, which prints the element's and all children. | |
Helper class to change how this element is printed as a tree.
Example usage:
Where FakeElement::printAsTree returns a DeferredPrinter as its result.