xgboost
|
#include <common.h>
Public Member Functions | |
XGBOOST_DEVICE DifferenceType | operator* () const |
XGBOOST_DEVICE const Iterator & | operator++ () |
XGBOOST_DEVICE Iterator | operator++ (int) |
XGBOOST_DEVICE bool | operator== (const Iterator &other) const |
XGBOOST_DEVICE bool | operator!= (const Iterator &other) const |
XGBOOST_DEVICE void | Step (DifferenceType s) |
Protected Member Functions | |
XGBOOST_DEVICE | Iterator (DifferenceType start) |
XGBOOST_DEVICE | Iterator (DifferenceType start, DifferenceType step) |
Friends | |
class | Range |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |