! \brief destructor */
| 57 | public: |
| 58 | /*! \brief destructor */ |
| 59 | virtual ~DataIter(void) DMLC_THROW_EXCEPTION {} |
| 60 | /*! \brief set before first of the item */ |
| 61 | virtual void BeforeFirst(void) = 0; |
| 62 | /*! \brief move to next item */ |
nothing calls this directly
no outgoing calls
no test coverage detected