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: ![]()
|