autoarray< T >::range_error Class Reference

#include <autoarray.h>

Inheritance diagram for autoarray< T >::range_error:

Inheritance graph
[legend]
Collaboration diagram for autoarray< T >::range_error:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 range_error (const std::string &what_arg)
const char * what (void) const throw ()
virtual ~range_error () throw ()

Private Attributes

std::string what_

Detailed Description

template<class T>
class autoarray< T >::range_error

Definition at line 41 of file autoarray.h.


Constructor & Destructor Documentation

template<class T>
autoarray< T >::range_error::range_error ( const std::string &  what_arg  )  [inline]

Definition at line 45 of file autoarray.h.

template<class T>
virtual autoarray< T >::range_error::~range_error (  )  throw () [inline, virtual]

Definition at line 47 of file autoarray.h.


Member Function Documentation

template<class T>
const char* autoarray< T >::range_error::what ( void   )  const throw () [inline]

Definition at line 46 of file autoarray.h.

References autoarray< T >::range_error::what_.


Member Data Documentation

template<class T>
std::string autoarray< T >::range_error::what_ [private]

Definition at line 43 of file autoarray.h.

Referenced by autoarray< T >::range_error::what().


The documentation for this class was generated from the following file:
Generated on Mon Jul 9 14:47:10 2007 for ExultEngine by  doxygen 1.5.1