iterator class  
 More...
#include <config.h>
◆ ConfigIterator()
      
        
          | dmlc::Config::ConfigIterator::ConfigIterator  | 
          ( | 
          const ConfigIterator &  | 
          other | ) | 
           | 
        
      
 
 
◆ 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*()
      
        
          | ConfigEntry dmlc::Config::ConfigIterator::operator*  | 
          ( | 
           | ) | 
           const | 
        
      
 
retrieve value from operator 
 
 
◆ 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 
 
 
 
◆ Config
The documentation for this class was generated from the following file:
- /work/mxnet/3rdparty/dmlc-core/include/dmlc/config.h