|
|
@ -9,6 +9,9 @@ |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
|
|
|
|
|
|
|
$Log$ |
|
|
|
$Log$ |
|
|
|
|
|
|
|
Revision 1.3 2004/12/17 16:27:28 marc |
|
|
|
|
|
|
|
error in documentation: group forgotten |
|
|
|
|
|
|
|
|
|
|
|
Revision 1.2 2004/10/13 11:18:33 marc |
|
|
|
Revision 1.2 2004/10/13 11:18:33 marc |
|
|
|
getline reads a whole line from a stream |
|
|
|
getline reads a whole line from a stream |
|
|
|
|
|
|
|
|
|
|
@ -23,6 +26,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
namespace mrw { |
|
|
|
namespace mrw { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** @addtogroup StdExt
|
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
//@{
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief get the lower of two values
|
|
|
|
/** @brief get the lower of two values
|
|
|
|
|
|
|
|
|
|
|
|
Get the lower of two values. |
|
|
|
Get the lower of two values. |
|
|
@ -77,4 +84,5 @@ namespace mrw { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
std::istream& getline(std::istream& is, std::string& s, char d = '\n'); |
|
|
|
std::istream& getline(std::istream& is, std::string& s, char d = '\n'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//@}
|
|
|
|
} |
|
|
|
} |
|
|
|