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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 57 of file KeywordListLocator.h.

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

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

00058     {
00059         return "KeywordListLocator(" + GetProtocol() + "," + GetHost()
00060             + "," + GetDataSet() + "," + GetConceptSet() + ")";
00061     }

Here is the call graph for this function:


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