#include <PyDataSource.h>
Inheritance diagram for PyDataSource::StopIteration:


Definition at line 144 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 |
|
|
Definition at line 146 of file PyDataSource.h. |
|
|
Definition at line 147 of file PyDataSource.h. |
|
|
Definition at line 148 of file PyDataSource.h. References m_what. Referenced by hippodraw::Python::PyDataSourceExceptionTranslator(). |
|
|
Definition at line 152 of file PyDataSource.h. Referenced by what(). |
1.4.3