#include <graph.hpp>
Definition at line 50 of file graph.hpp.
Public Member Functions | |
| graph_exception () throw () | |
| Constructeur sans message. | |
| graph_exception (const std::string &s) throw () | |
| Constructeur avec message. | |
| virtual | ~graph_exception () throw () |
| Destructeur. | |
| virtual const char * | what () const throw () |
| Rédupère la cause de l'erreur. | |
Private Attributes | |
| const std::string | m_msg |
| La cause de l'erreur. | |
| claw::graph_exception::graph_exception | ( | ) | throw () |
| claw::graph_exception::graph_exception | ( | const std::string & | s | ) | throw () |
| claw::graph_exception::~graph_exception | ( | ) | throw () [virtual] |
| const char * claw::graph_exception::what | ( | ) | const throw () [virtual] |
const std::string claw::graph_exception::m_msg [private] |
1.5.5