Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rovsoft::lib::OutOfRangeExceptionPtr Class Reference

OutOfRangeException autopointer class. More...

#include <OutOfRangeExceptionPtr.hh>

Inheritance diagram for rovsoft::lib::OutOfRangeExceptionPtr:

Inheritance graph
[legend]
Collaboration diagram for rovsoft::lib::OutOfRangeExceptionPtr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutOfRangeExceptionPtr (OutOfRangeException *ptr=0)
 OutOfRangeExceptionPtr (const OutOfRangeExceptionPtr &orig)
OutOfRangeExceptionoperator * ()
 Gets the target.
const OutOfRangeExceptionoperator * () const
 Gets the target- const version.
OutOfRangeExceptionoperator-> ()
 Gets the object to which this pointer points to.
const OutOfRangeExceptionoperator-> () const
 A Ptr object associates its self so much with the object it points to, that if you declare the Ptr object to be constant, you only get a const version of the target.

Detailed Description

OutOfRangeException autopointer class.


Constructor & Destructor Documentation

rovsoft::lib::OutOfRangeExceptionPtr::OutOfRangeExceptionPtr OutOfRangeException ptr = 0  )  [inline]
 

rovsoft::lib::OutOfRangeExceptionPtr::OutOfRangeExceptionPtr const OutOfRangeExceptionPtr orig  )  [inline]
 


Member Function Documentation

const rovsoft::lib::OutOfRangeException & rovsoft::lib::OutOfRangeExceptionPtr::operator *  )  const [inline]
 

Gets the target- const version.

Reimplemented from rovsoft::lib::ExceptionPtr.

OutOfRangeException& rovsoft::lib::OutOfRangeExceptionPtr::operator *  )  [inline]
 

Gets the target.

Reimplemented from rovsoft::lib::ExceptionPtr.

const rovsoft::lib::OutOfRangeException * rovsoft::lib::OutOfRangeExceptionPtr::operator->  )  const [inline]
 

A Ptr object associates its self so much with the object it points to, that if you declare the Ptr object to be constant, you only get a const version of the target.

Reimplemented from rovsoft::lib::ExceptionPtr.

rovsoft::lib::OutOfRangeException * rovsoft::lib::OutOfRangeExceptionPtr::operator->  )  [inline]
 

Gets the object to which this pointer points to.

Reimplemented from rovsoft::lib::ExceptionPtr.


The documentation for this class was generated from the following file:
Generated on Tue May 31 14:19:51 2005 for Rovsoft by  doxygen 1.4.3