xgboost
Public Types | Public Member Functions | List of all members
xgboost::BatchIteratorImpl< T > Class Template Referenceabstract

#include <data.h>

Collaboration diagram for xgboost::BatchIteratorImpl< T >:
Collaboration graph

Public Types

using iterator_category = std::forward_iterator_tag
 

Public Member Functions

virtual ~BatchIteratorImpl ()=default
 
virtual const T & operator* () const =0
 
virtual BatchIteratorImploperator++ ()=0
 
virtual bool AtEnd () const =0
 
virtual std::shared_ptr< T const > Page () const =0
 

Member Typedef Documentation

◆ iterator_category

template<typename T >
using xgboost::BatchIteratorImpl< T >::iterator_category = std::forward_iterator_tag

Constructor & Destructor Documentation

◆ ~BatchIteratorImpl()

template<typename T >
virtual xgboost::BatchIteratorImpl< T >::~BatchIteratorImpl ( )
virtualdefault

Member Function Documentation

◆ AtEnd()

template<typename T >
virtual bool xgboost::BatchIteratorImpl< T >::AtEnd ( ) const
pure virtual

◆ operator*()

template<typename T >
virtual const T& xgboost::BatchIteratorImpl< T >::operator* ( ) const
pure virtual

◆ operator++()

template<typename T >
virtual BatchIteratorImpl& xgboost::BatchIteratorImpl< T >::operator++ ( )
pure virtual

◆ Page()

template<typename T >
virtual std::shared_ptr<T const> xgboost::BatchIteratorImpl< T >::Page ( ) const
pure virtual

The documentation for this class was generated from the following file: