#include <exceptions.h>
Inheritance diagram for quit_exception:


Public Member Functions | |
| quit_exception (int result=0) | |
| int | get_result (void) const |
Private Attributes | |
| int | result_ |
Definition at line 48 of file exceptions.h.
| quit_exception::quit_exception | ( | int | result = 0 |
) | [inline] |
Definition at line 52 of file exceptions.h.
| int quit_exception::get_result | ( | void | ) | const [inline] |
int quit_exception::result_ [private] |
1.5.1