std Namespace Reference

Functions

CLAW_LOGGER_EXPORT
claw::log_system
endl (claw::log_system &log)

Function Documentation

claw::log_system & std::endl ( claw::log_system log  ) 

Definition at line 181 of file logger.cpp.

Referenced by claw::debug_assert(), claw::arguments_table::help(), claw::lendl(), and claw::graphic::xbm::writer::save_bits().

00182 {
00183   (log << "\n").flush();
00184   return log;
00185 } // endl()


Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1