mxnet
Public Member Functions | Friends | List of all members
dmlc::Config::ConfigIterator Class Reference

iterator class More...

#include <config.h>

Inheritance diagram for dmlc::Config::ConfigIterator:
Inheritance graph
Collaboration diagram for dmlc::Config::ConfigIterator:
Collaboration graph

Public Member Functions

 ConfigIterator (const ConfigIterator &other)
 copy constructor More...
 
ConfigIteratoroperator++ ()
 uni-increment operators More...
 
ConfigIterator operator++ (int)
 uni-increment operators More...
 
bool operator== (const ConfigIterator &rhs) const
 compare operators More...
 
bool operator!= (const ConfigIterator &rhs) const
 compare operators not equal More...
 
ConfigEntry operator* () const
 retrieve value from operator More...
 

Friends

class Config
 

Detailed Description

iterator class

Constructor & Destructor Documentation

◆ ConfigIterator()

dmlc::Config::ConfigIterator::ConfigIterator ( const ConfigIterator other)

copy constructor

Member Function Documentation

◆ operator!=()

bool dmlc::Config::ConfigIterator::operator!= ( const ConfigIterator rhs) const

compare operators not equal

Parameters
rhsthe other config to compare against
Returns
the compared result

◆ operator*()

ConfigEntry dmlc::Config::ConfigIterator::operator* ( ) const

retrieve value from operator

◆ operator++() [1/2]

ConfigIterator& dmlc::Config::ConfigIterator::operator++ ( )

uni-increment operators

Returns
the reference of current config

◆ operator++() [2/2]

ConfigIterator dmlc::Config::ConfigIterator::operator++ ( int  )

uni-increment operators

Returns
the reference of current config

◆ operator==()

bool dmlc::Config::ConfigIterator::operator== ( const ConfigIterator rhs) const

compare operators

Parameters
rhsthe other config to compare against
Returns
the compared result

Friends And Related Function Documentation

◆ Config

friend class Config
friend

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