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

std::ostream& Impala::Util::operator<< ( std::ostream &  os,
const DirectoryInfo &  d 
) [inline]

Definition at line 124 of file DirectoryInfo.h.

References Impala::Util::DirectoryInfo::Print().

00125 {
00126     d.Print(os);
00127     return os;
00128 }

Here is the call graph for this function:


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