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

String Impala::Core::IDash::XmlJob::Export (  )  [inline]

Definition at line 111 of file XmlJob.h.

References Impala::Util::IOBuffer::GetBuffer(), and Impala::Util::IOBuffer::GetPosition().

00112     {
00113         Util::IOBuffer ioBuf(2048);
00114         Export(&ioBuf);
00115         String res((char*) ioBuf.GetBuffer(), ioBuf.GetPosition());
00116         return res;
00117     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:53 2011 for ImpalaSrc by  doxygen 1.5.1