|
|
| PythonIndent (std::ostream &ostr=std::cout, int indentLevel=0, std::string indentStr=" ") |
| |
|
void | setIndent (int indentLevel) |
| |
|
void | operator++ () |
| |
|
void | operator-- () |
| |
|
void | indent () const |
| |
|
template<typename ... TT> |
| void | write (TT... args) const |
| |
| void | writeTitle (const std::string &title) const |
| |
|
|
std::ostream & | ostr = std::cout |
| |
|
int | indentLevel = 0 |
| |
|
std::string | indentStr = " " |
| |
|
|
template<typename T , typename ... TT> |
| void | flush (const T &arg, TT... args) const |
| |
|
void | flush () const |
| |
◆ writeTitle()
| void writeTitle |
( |
const std::string & |
title | ) |
const |
Writes a doc title - a string underlined with a hyphen.
The documentation for this class was generated from the following files: