30 Model::Model(
const std::string name) {
Models a generic hardware model.
void SetName(std::string s)
Setter method for the <_name> field.
std::string GetName()
Getter method for the <_name> field.
std::string _name
A name for the model.
virtual ~Model()=0
Virtual destructor, must implement by subclass.