#include "tag.hh"
Include dependency graph for tag.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 222 of file tag.cc. References TagFilter::run(). 00223 { 00224 TagFilter *app; 00225 00226 // Initialize and run the Tag Filter 00227 app = new TagFilter(argc, argv); 00228 app->run(); 00229 00230 return 0; 00231 }
Here is the call graph for this function: ![]() |
1.4.6