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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 56 of file ImageSetLocator.h.

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

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

00057     {
00058         return "ImageSetLocator(" + GetProtocol() + "," + GetHost()
00059             + "," + GetDataSet() + "," + GetName() + ")";
00060     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:45 2010 for ImpalaSrc by  doxygen 1.5.1