Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::Pattern::Bugs::~Bugs (  )  [inline]

Definition at line 70 of file QCollection.h.

References fn, and m.

00070             { 
00071         if (!m.empty()) {
00072             std::cout << m.size() << "Bugs founds in file " << fn << std::endl;
00073         }
00074         for (std::map<int,Int>::const_iterator iter=m.begin(); iter!=m.end();
00075              iter++) {
00076             std::cout << "error in line " << iter->first <<", #=" << iter->second 
00077                       << std::endl;
00078         }
00079     }


Generated on Fri Mar 19 11:03:15 2010 for ImpalaSrc by  doxygen 1.5.1