Cerata
A library to generate structural hardware designs
|
Convenience structure for anything that is named. Names are case-sensitive. More...
#include <utils.h>
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. | |
Convenience structure for anything that is named. Names are case-sensitive.