Cerata
A library to generate structural hardware designs
|
Structure to hold a template replacement string location. More...
#include <template.h>
Public Member Functions | |
trloc (size_t line, size_t start) | |
Template replacement location constructor. | |
Public Attributes | |
size_t | line |
The line. | |
size_t | start |
The starting character index on the line. | |
Structure to hold a template replacement string location.
Definition at line 26 of file template.h.