#include <exit.hh>
List of all members.
Public Member Functions |
| | Exit (int error, const std::string &message) |
| virtual | ~Exit () throw () |
| virtual const char * | what () const throw () |
| int | error_get () const |
Private Attributes |
| int | error_ |
| std::string | msg_ |
Detailed Description
Definition at line 21 of file exit.hh.
Constructor & Destructor Documentation
| urbi::Exit::Exit |
( |
int |
error, |
|
|
const std::string & |
message |
|
) |
| |
| urbi::Exit::~Exit |
( |
| ) |
throw () [virtual] |
Member Function Documentation
| int urbi::Exit::error_get |
( |
| ) |
const |
| const char * urbi::Exit::what |
( |
| ) |
const throw () [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: