FS::Failure Class Reference

#include <FS.H>

Inheritance diagram for FS::Failure:

Inheritance graph
[legend]
Collaboration diagram for FS::Failure:

Collaboration graph
[legend]
List of all members.

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 ()
Failureoperator= (const Failure &other)
int get_errno () const
const Textget_op () const
const Textget_arg () const

Private Attributes

int FSerrno
Text opName
Text arg

Detailed Description

Definition at line 52 of file FS.H.


Constructor & Destructor Documentation

FS::Failure::Failure ( const Text opName,
const Text arg = "<none>" 
) throw () [inline]

Definition at line 54 of file FS.H.

FS::Failure::Failure ( const Text opName,
const Text arg,
int  err_no 
) throw () [inline]

Definition at line 56 of file FS.H.

FS::Failure::Failure (  )  throw () [inline]

Definition at line 61 of file FS.H.


Member Function Documentation

Failure& FS::Failure::operator= ( const Failure other  )  [inline]

Definition at line 63 of file FS.H.

References arg, FSerrno, and opName.

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:


Member Data Documentation

int FS::Failure::FSerrno [private]

Definition at line 77 of file FS.H.

Referenced by get_errno(), and operator=().

Text FS::Failure::opName [private]

Definition at line 78 of file FS.H.

Referenced by get_op(), and operator=().

Text FS::Failure::arg [private]

Definition at line 79 of file FS.H.

Referenced by get_arg(), and operator=().


The documentation for this class was generated from the following file:
Generated on Fri May 25 02:10:46 2007 for Vesta by  doxygen 1.5.1