Cerata
A library to generate structural hardware designs
|
Convenience struct to generate names in parts. More...
#include <flattype.h>
Public Member Functions | |
NamePart (std::string part, bool append_sep=true) | |
Constuct a new NamePart. | |
Public Attributes | |
std::string | str = "" |
The string of this name part. | |
bool | sep = false |
Whether we should insert a separator after this part. | |
Convenience struct to generate names in parts.
Definition at line 40 of file flattype.h.