◆ get_current()
◆ init()
  
  
      
        
          | bool meter_iterator::init  | 
          ( | 
          uint  | 
          start = 0 | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Create meter iterator. 
Sets the iterator to the first matching element (if any) or at eof.
- Parameters
 - 
  
    | start | start position within the meter array  | 
  
   
- Return values
 - 
  
    | false | : found  | 
    | true | : not found or error initializing  | 
  
   
 
 
◆ next()
  
  
      
        
          | bool meter_iterator::next  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Advance meter iterator to next value. 
Sets the iterator to the next matching element (if any) or at eof.
- Return values
 - 
  
    | false | : found  | 
    | true | : not found  | 
  
   
 
 
◆ m_meter_idx
  
  
      
        
          | uint meter_iterator::m_meter_idx {0} | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: