Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::logic_error Class Reference

#include <std_stdexcept.h>

Inheritance diagram for std::logic_error:

Inheritance graph
[legend]
Collaboration diagram for std::logic_error:

Collaboration graph
[legend]
List of all members.

Public Methods

 logic_error (const string &__arg)
virtual ~logic_error () throw ()
virtual const char* what () const throw ()

Private Attributes

string _M_msg

Constructor & Destructor Documentation

std::logic_error::logic_error ( const string & __arg ) [explicit]
 

virtual std::logic_error::~logic_error ( ) throw () [virtual]
 


Member Function Documentation

virtual const char* std::logic_error::what ( ) const throw () [virtual]
 


Member Data Documentation

string std::logic_error::_M_msg [private]
 

Definition at line 46 of file std_stdexcept.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:19 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001