NullPointerException Struct Reference

#include <smart_ptr.h>

List of all members.

Public Member Functions

 NullPointerException ()
const char * what () const throw ()


Detailed Description

Definition at line 318 of file smart_ptr.h.


Constructor & Destructor Documentation

NullPointerException::NullPointerException (  )  [inline]

Definition at line 320 of file smart_ptr.h.

00320                                : std::runtime_error("")
00321         { }


Member Function Documentation

const char* NullPointerException::what (  )  const throw () [inline]

Definition at line 322 of file smart_ptr.h.

00323         { return "Null Pointer Exception"; }


The documentation for this struct was generated from the following file:

Generated on Tue Aug 30 02:37:00 2011 for Smacky by  doxygen 1.5.8