Cerata
A library to generate structural hardware designs
|
A structure to hold multiple blocks. More...
#include <block.h>
Public Member Functions | |
MultiBlock (int indent=0) | |
Multiblock constructor. | |
std::string | ToString () const |
Return this multiblock as a single string. | |
Public Attributes | |
std::vector< Block > | blocks |
The blocks in this multiblock. | |
int | indent = 0 |
Indent level. | |