Suggestions from github issue #382

This commit is contained in:
caheckman 2019-04-12 09:44:53 -04:00
parent ba98e85429
commit 933e16f751
10 changed files with 19 additions and 17 deletions

View file

@ -116,8 +116,6 @@ public:
class Architecture : public AddrSpaceManager {
public:
string archid; ///< ID string uniquely describing this architecture
string description; ///< Description of architecture
string version; ///< Configuration version
// Configuration data
int4 trim_recurse_max; ///< How many levels to let parameter trims recurse
@ -178,6 +176,8 @@ public:
void restoreFlowOverride(const Element *el); ///< Set flow overrides from XML
virtual ~Architecture(void); ///< Destructor
virtual string getDescription(void) const { return archid; } ///< Get a string describing \b this architecture
/// \brief Print an error message to console
///
/// Write the given message to whatever the registered error stream is