Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/dot-gen.hpp"
Helper to collect DOT-Graphviz code for output.
Definition at line 186 of file dot-gen.hpp.
Public Member Functions | |
operator string () const | |
retrieve complete code generated thus far | |
void | put (Code const &code) |
void | put (Section const §) |
template<class P , class... PS> | |
void | put (P const &part, PS const &...parts) |
void | putLine (string line, uint indent=0) |
Private Attributes | |
std::ostringstream | buff_ |
Static Private Attributes | |
static uint const | IDENT_STEP = 2 |