Reference to output stream used by handlebars
<mrdocs/Support/Handlebars.hpp>class OutputRef;
This class is used to internally pass an output stream to the handlebars environment.
It allows many types to be used as output streams, including std::string, std::ostream, llvm::raw_string_ostream, and others.
| Name | Description |
|---|---|
OutputRef [constructor] | Constructors |
getIndent | Return the current indentation level. |
setIndent | Set the indentation level applied to writes. |
| Name | Description |
|---|---|
operator<< |
Write to output |
operator<< |
Write to output |
operator<< |
Write to output |
operator<< |
Write to output |
Handlebars |
A handlebars environment |
| Name | Description |
|---|---|
HTMLEscape | HTML escapes the specified string |