#include <FS.H>
Inheritance diagram for FS::Failure:


Public Member Functions | |
| Failure (const Text &opName, const Text &arg="<none>") throw () | |
| Failure (const Text &opName, const Text &arg, int err_no) throw () | |
| Failure () throw () | |
| Failure & | operator= (const Failure &other) |
| int | get_errno () const |
| const Text & | get_op () const |
| const Text & | get_arg () const |
Private Attributes | |
| int | FSerrno |
| Text | opName |
| Text | arg |
Definition at line 52 of file FS.H.
| int FS::Failure::get_errno | ( | ) | const [inline] |
Definition at line 72 of file FS.H.
References FSerrno.
Referenced by DoDeletions(), and VestaShip().
Here is the caller graph for this function:

| const Text& FS::Failure::get_op | ( | ) | const [inline] |
Definition at line 73 of file FS.H.
References opName.
Referenced by DoDeletions(), and VestaShip().
Here is the caller graph for this function:

| const Text& FS::Failure::get_arg | ( | ) | const [inline] |
Definition at line 74 of file FS.H.
References arg.
Referenced by DoDeletions().
Here is the caller graph for this function:

int FS::Failure::FSerrno [private] |
Text FS::Failure::opName [private] |
Text FS::Failure::arg [private] |
1.5.1