Cerata
A library to generate structural hardware designs
|
A line of code. More...
#include <block.h>
Public Member Functions | |
Line (const std::string &str) | |
Line constructor. | |
bool | IsBlank () const |
Return true if line is blank. | |
std::string | ToString () const |
Return the line as a single string. | |
Public Attributes | |
std::vector< std::string > | parts |
The parts of the line of code. | |