Expression reboot

- More integration of A3 into Context.
- Now ready for filter/modification/word extraction.
This commit is contained in:
Paul Beckingham 2011-07-23 17:03:44 -04:00
parent 4fc4e0f637
commit abcda0bcfa
4 changed files with 41 additions and 22 deletions

View file

@ -86,7 +86,10 @@ int CmdCustom::execute (std::string& output)
split (filterArgs, reportFilter, ' ');
std::vector <std::string>::iterator arg;
for (arg = filterArgs.begin (); arg != filterArgs.end (); ++ arg)
{
context.args.capture_first (*arg);
context.a3.capture_first (*arg);
}
// Load the data.
// TODO Replace with TDB2.