MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~DataIter

Method ~DataIter

include/dmlc/data.h:59–59  ·  view source on GitHub ↗

! \brief destructor */

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected