PyDataSource::StopIteration Class Reference

#include <PyDataSource.h>

Inheritance diagram for PyDataSource::StopIteration:

Inheritance graph
[legend]
Collaboration diagram for PyDataSource::StopIteration:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 191 of file PyDataSource.h.

Public Member Functions

 StopIteration (const std::string &what)
const char * what () const throw ()
 ~StopIteration () throw ()

Private Attributes

const std::string m_what


Constructor & Destructor Documentation

StopIteration ( const std::string &  what  )  [inline]

Definition at line 193 of file PyDataSource.h.

~StopIteration (  )  throw () [inline]

Definition at line 194 of file PyDataSource.h.


Member Function Documentation

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

Definition at line 195 of file PyDataSource.h.

References PyDataSource::StopIteration::m_what.

Referenced by hippodraw::Python::PyDataSourceExceptionTranslator().


Member Data Documentation

const std::string m_what [private]

Definition at line 199 of file PyDataSource.h.

Referenced by PyDataSource::StopIteration::what().


The documentation for this class was generated from the following file:
Generated for HippoDraw Class Library by doxygen