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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 62 of file ImageSetLocator.h.

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

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:04 2011 for ImpalaSrc by  doxygen 1.5.1