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

TableDataSourceCSVFixture::TableDataSourceCSVFixture ( std::string  filename = "data.csv"  )  [inline]

Definition at line 27 of file testTableDataSourceCSV.h.

00028         {
00029            std::ifstream is(filename.c_str());
00030 
00031            BOOST_REQUIRE(is.good());
00032            is.close();
00033 
00034            src = new TableDataSourceCSV(filename);
00035         }


Generated on Fri Mar 19 10:32:48 2010 for ImpalaSrc by  doxygen 1.5.1