#include <PyDataSource.h>
Public Member Functions | |
StopIteration (const std::string &what) | |
const char * | what () const throw () |
~StopIteration () throw () | |
Private Attributes | |
const std::string | m_what |
Definition at line 206 of file PyDataSource.h.
StopIteration | ( | const std::string & | what | ) | [inline] |
Definition at line 208 of file PyDataSource.h.
~StopIteration | ( | ) | throw () [inline] |
Definition at line 209 of file PyDataSource.h.
const char* what | ( | ) | const throw () [inline] |
Definition at line 210 of file PyDataSource.h.
References PyDataSource::StopIteration::m_what.
Referenced by hippodraw::Python::PyDataSourceExceptionTranslator().
const std::string m_what [private] |
Definition at line 214 of file PyDataSource.h.
Referenced by PyDataSource::StopIteration::what().