Cerata
A library to generate structural hardware designs
cerata::vhdl::Line Struct Reference

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.
 

Detailed Description

A line of code.

Definition at line 25 of file block.h.


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