Enhancement - T2 implementation

- Improved Att/Mod implementation.
- Implemented more T2 methods.
This commit is contained in:
Paul Beckingham 2009-06-03 22:58:24 -04:00
parent f295fdf78f
commit 25450b4a7c
4 changed files with 254 additions and 15 deletions

View file

@ -196,6 +196,12 @@ bool Att::evalMod (Att& other)
return false;
}
////////////////////////////////////////////////////////////////////////////////
bool Att::match (const Att& other)
{
return false;
}
////////////////////////////////////////////////////////////////////////////////
// name : " value "
std::string Att::composeF4 () const