Cerata
A library to generate structural hardware designs
|
Convenience structure to build up dot styles. More...
#include <style.h>
Public Member Functions | |
StyleBuilder & | operator<< (const std::string &part) |
Append a part to the style. | |
std::string | ToString () |
Generate the style string. | |
Public Attributes | |
std::vector< std::string > | parts |
std::vector<std::string> cerata::dot::StyleBuilder::parts |