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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 90 of file AnnotationTableLocator.h.

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

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

00091     {
00092         return "AnnotationTableLocator(" + GetProtocol() + "," + GetHost()
00093             + "," + GetDataSet() + "," + GetQuidClassString() + ","
00094             + GetConceptSet() + "," + GetKeyword() + ")";
00095     }

Here is the call graph for this function:


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