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

ArrayType Impala::Core::Array::ReadRawArrayType ( Persistency::File  file  )  [inline]

Definition at line 89 of file ReadRaw.h.

References Impala::Persistency::File::GetReadBuffer(), and ReadRawArrayType().

Referenced by Impala::Application::Im::DoDump(), Impala::Application::Im::DoTestEqual(), and Impala::Application::mainShow().

00090 {
00091     Util::IOBuffer* buf = file.GetReadBuffer();
00092     ArrayType res = ReadRawArrayType(buf);
00093     delete buf;
00094     return res;
00095 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:15 2010 for ImpalaSrc by  doxygen 1.5.1