Cerata
A library to generate structural hardware designs
cerata::dot::StyleBuilder Struct Reference

Convenience structure to build up dot styles. More...

#include <style.h>

Public Member Functions

StyleBuilderoperator<< (const std::string &part)
 Append a part to the style.
 
std::string ToString ()
 Generate the style string.
 

Public Attributes

std::vector< std::string > parts
 

Detailed Description

Convenience structure to build up dot styles.

Definition at line 74 of file style.h.

Member Data Documentation

◆ parts

std::vector<std::string> cerata::dot::StyleBuilder::parts

Parts of the style.

Definition at line 75 of file style.h.


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