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 $") |
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 }