#include <lemon/error.h>
Public Member Functions | |
| ErrorMessage () throw () | |
| | |
| ErrorMessage (const char *msg) throw () | |
| | |
| ErrorMessage (const std::string &msg) throw () | |
| | |
| template<typename T > | |
| ErrorMessage & | operator<< (const T &t) throw () |
| | |
| const char * | message () throw () |
| | |
Protected Member Functions | |
| bool | init () throw () |
| | |
Protected Attributes | |
| std::auto_ptr< std::ostringstream > | buf |
| | |
std::auto_ptr<std::ostringstream> buf [mutable, protected] |
1.5.9