30 using namespace pwiz::util;
 
   31 using namespace pwiz::utility;
 
   37     const char* alphabet = 
"abcd";
 
   38     const char* numbers = 
"1234";
 
   44     tr.
process(datafile.string().c_str());
 
   47     cout << (* (*it).begin()) << endl;
 
   50     for (; it != vth.
end(); it++)
 
   53         for (vector<string>::const_iterator it2=(*it).begin(); it2!=(*it).end();it2++)
 
   55             const char* 
value = (*it2).c_str();
 
   71     tr.
process(datafile.string().c_str());
 
   80 int main(
int argc, 
char** argv)
 
   86         bfs::path datapath = 
".";
 
   88         for (
int i=1; i<argc; i++)
 
   90             if (!strcmp(argv[i],
"-v")) 
 
   96                 datapath = bfs::path(argv[i]).branch_path(); 
 
   98         if (
os_) *
os_ << 
"TabReaderTest\n";