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

XERCES_STD_QUALIFIER ostream& operator<< ( XERCES_STD_QUALIFIER ostream &  target,
const StrX toDump 
) [inline]

Definition at line 60 of file StrX.h.

References StrX::localForm().

00061 {
00062     target << toDump.localForm();
00063     return target;
00064 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:39:24 2010 for ImpalaSrc by  doxygen 1.5.1