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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 50 of file StillsLocator.h.

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

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

00051     {
00052         return "StillsLocator(" + GetProtocol() + "," + GetHost()
00053             + "," + GetDataSet() + "," + GetName() + ")";
00054     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:06 2010 for ImpalaSrc by  doxygen 1.5.1