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

Convenience structure for anything that is named. Names are case-sensitive. More...

#include <utils.h>

+ Inheritance diagram for cerata::Named:

Public Member Functions

 Named (std::string name)
 Named constructor.
 
std::string name () const
 Return the name of the object.
 
void SetName (std::string name)
 Change the name of the object.
 
virtual ~Named ()=default
 Destructor.
 

Detailed Description

Convenience structure for anything that is named. Names are case-sensitive.

Definition at line 40 of file utils.h.


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