Wt::Singleton< DERIVED >::Exception Class Reference

#include <singleton.h>

Inheritance diagram for Wt::Singleton< DERIVED >::Exception:

Inheritance graph
[legend]
Collaboration diagram for Wt::Singleton< DERIVED >::Exception:

Collaboration graph
[legend]
List of all members.

Private Member Functions

virtual const char * what () const throw ()

Detailed Description

template<class DERIVED>
class Wt::Singleton< DERIVED >::Exception

Definition at line 59 of file singleton.h.


Member Function Documentation

template<class DERIVED>
virtual const char* Wt::Singleton< DERIVED >::Exception::what (  )  const throw () [inline, private, virtual]

Definition at line 60 of file singleton.h.

00060                                                  {
00061             return "Attempt to create second Singleton object";
00062         }


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

Generated Fri Jul 28 19:33:03 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.