Locale.cpp File Reference

Go to the source code of this file.

Functions

 FENNEL_BEGIN_CPPFILE ("$Id: //open/dev/fennel/common/Locale.cpp#11 $")
ostream & operator<< (ostream &str, const Locale &loc)
 FENNEL_END_CPPFILE ("$Id: //open/dev/fennel/common/Locale.cpp#11 $")


Function Documentation

FENNEL_BEGIN_CPPFILE ( "$Id: //open/dev/fennel/common/Locale.cpp#11 $"   ) 

FENNEL_END_CPPFILE ( "$Id: //open/dev/fennel/common/Locale.cpp#11 $"   ) 

ostream& operator<< ( ostream &  str,
const Locale loc 
)

Definition at line 173 of file Locale.cpp.

References Locale::getDisplayName().

00174 {
00175     return str << loc.getDisplayName();
00176 }


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1