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

String Impala::Persistency::FileLocator::ToString (  )  const [inline]

Reimplemented from Impala::Persistency::Locator.

Definition at line 61 of file FileLocator.h.

References Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol().

Referenced by Impala::Persistency::operator<<().

00062     {
00063         return "FileLocator(" + GetProtocol() + "," + GetHost()
00064             + "," + GetDataSet() + "," + GetName() + ")";
00065     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:52 2011 for ImpalaSrc by  doxygen 1.5.1