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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 98 of file FoldLocator.h.

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

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

00099     {
00100         return "FoldLocator(" + GetProtocol() + "," + GetHost()
00101             + "," + GetDataSet() + "," + GetQuidClassString() + ","
00102             + GetConceptSet() + "," + GetFoldType() + "," + GetName() + ")";
00103     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:53 2011 for ImpalaSrc by  doxygen 1.5.1