Enhancement - Filters

- Filter implemented.
- Unit tests started, need more as Att::match matures.
This commit is contained in:
Paul Beckingham 2009-06-05 00:15:00 -04:00
parent 531cffdc7f
commit a60d54be61
7 changed files with 95 additions and 54 deletions

View file

@ -42,13 +42,13 @@ public:
~Att (); // Destructor
bool parse (Nibbler&);
bool validMod (const std::string&);
bool evalMod (Att&);
bool match (const Att&);
bool validMod (const std::string&) const;
bool match (const Att&) const;
std::string composeF4 () const;
void addMod (const std::string&);
void mods (std::vector <std::string>&);
void mods (std::vector <std::string>&) const;
std::string name () const;
void name (const std::string&);