Enhancement - Mod/Att interaction

- New unit tests for Mod object.
- Added new constructors to Mod object for ease of use.
- Added Mod handling in Att object.
- Added more Att unit tests.
This commit is contained in:
Paul Beckingham 2009-05-24 14:45:50 -04:00
parent c860d58641
commit 41a6cdea22
8 changed files with 117 additions and 37 deletions

View file

@ -44,7 +44,7 @@ public:
void parse (const std::string&);
std::string composeF4 () const;
void addMod (const std::string&);
void addMod (const Mod&);
// TODO Need method to access mods.
std::string name () const;