![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
The data type of the iterator used. More...
#include <my_metadata.h>
Public Member Functions | |
| const_iterator (my_unordered_string_to_string_map::const_iterator iter, my_unordered_string_to_string_map *data_arg) | |
| my_unordered_string_to_string_map * | get_data () | 
| Gets pointer to structure the iterator is iterating over.  More... | |
| bool | is_at_end () | 
| Checks if iterator is pointing behind the end element.  More... | |
Private Attributes | |
| my_unordered_string_to_string_map * | data | 
The data type of the iterator used.
Keep consistent with the type of the underlying data structure
| my_metadata::const_iterator::const_iterator | ( | my_unordered_string_to_string_map::const_iterator | iter, | 
| my_unordered_string_to_string_map * | data_arg | ||
| ) | 
| my_unordered_string_to_string_map * my_metadata::const_iterator::get_data | ( | ) | 
Gets pointer to structure the iterator is iterating over.
| bool my_metadata::const_iterator::is_at_end | ( | ) | 
Checks if iterator is pointing behind the end element.
      
  | 
  private |