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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 53 of file KeywordListLocator.h.

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

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

00054     {
00055         return "KeywordListLocator(" + GetProtocol() + "," + GetHost()
00056             + "," + GetDataSet() + "," + GetConceptSet() + ")";
00057     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:36:03 2010 for ImpalaSrc by  doxygen 1.5.1