Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
Section Struct Reference

#include "lib/dot-gen.hpp"

Description

Accumulator to collect lines of DOT code.

Definition at line 86 of file dot-gen.hpp.

Public Attributes

std::vector< string > lines
 

Public Member Functions

 Section (string name)
 
Section && operator+= (Code const &code)
 

Constructor & Destructor Documentation

◆ Section()

Section ( string  name)
inline

Definition at line 90 of file dot-gen.hpp.

Member Function Documentation

◆ operator+=()

Section && operator+= ( Code const &  code)
inline

Definition at line 95 of file dot-gen.hpp.

References Section::lines.

Member Data Documentation

◆ lines

std::vector<string> lines

Definition at line 88 of file dot-gen.hpp.

Referenced by Section::operator+=(), and DotOut::put().

+ Collaboration diagram for Section:

The documentation for this struct was generated from the following file: