Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

FS::Failure Class Reference

#include <FS.H>

Inheritance diagram for FS::Failure:

FS::Error 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

Constructor & Destructor Documentation

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

Definition at line 37 of file FS.H.

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

Definition at line 39 of file FS.H.

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

Definition at line 44 of file FS.H.


Member Function Documentation

const Text& FS::Failure::get_arg  )  const [inline]
 

Definition at line 57 of file FS.H.

References arg.

int FS::Failure::get_errno  )  const [inline]
 

Definition at line 55 of file FS.H.

References FSerrno.

const Text& FS::Failure::get_op  )  const [inline]
 

Definition at line 56 of file FS.H.

References opName.

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

Definition at line 46 of file FS.H.

References arg, FSerrno, and opName.


Member Data Documentation

Text FS::Failure::arg [private]
 

Definition at line 62 of file FS.H.

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

int FS::Failure::FSerrno [private]
 

Definition at line 60 of file FS.H.

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

Text FS::Failure::opName [private]
 

Definition at line 61 of file FS.H.

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


The documentation for this class was generated from the following file:
Generated on Mon May 8 00:49:19 2006 for Vesta by  doxygen 1.4.2