iterator class
More...
#include <config.h>
|
using | iterator_category = std::input_iterator_tag |
|
using | value_type = ConfigEntry |
|
using | difference_type = std::ptrdiff_t |
|
using | pointer = ConfigEntry * |
|
using | reference = ConfigEntry & |
|
◆ operator!=()
bool dmlc::Config::ConfigIterator::operator!= |
( |
const ConfigIterator & |
rhs | ) |
const |
compare operators not equal
- Parameters
-
rhs | the other config to compare against |
- Returns
- the compared result
◆ operator++() [1/2]
uni-increment operators
- Returns
- the reference of current config
◆ operator++() [2/2]
uni-increment operators
- Returns
- the reference of current config
◆ operator==()
bool dmlc::Config::ConfigIterator::operator== |
( |
const ConfigIterator & |
rhs | ) |
const |
compare operators
- Parameters
-
rhs | the other config to compare against |
- Returns
- the compared result
The documentation for this class was generated from the following files:
- External/xgboost/dmlc-core/include/dmlc/config.h
- External/xgboost/dmlc-core/src/config.cc