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

std::ostream& Impala::Persistency::operator<< ( std::ostream &  os,
const ModelLocator &  loc 
)

Definition at line 113 of file ModelLocator.h.

References Impala::Persistency::ModelLocator::ToString().

00114 {
00115     os << loc.ToString();
00116     return os;
00117 }

Here is the call graph for this function:


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