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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 140 of file SimilarityTableSetLocator.h.

References GetConceptSet(), GetContainer(), Impala::Persistency::Locator::GetDataSet(), GetFeature(), Impala::Persistency::Locator::GetHost(), GetInIndexString(), GetModel(), Impala::Persistency::Locator::GetProtocol(), and GetWalkType().

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

00141     {
00142         return "SimilarityTableSetLocator(" + GetProtocol() + "," + GetHost()
00143             + "," + GetDataSet() + "," + GetInIndexString() + ","
00144             + GetWalkType() + "," + GetConceptSet() + ","
00145             + GetModel() + "," + GetFeature() + "," + GetContainer() + ")";
00146     }

Here is the call graph for this function:


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