MySQL 9.0.0
Source Code Documentation
my_metadata::const_iterator Class Reference

The data type of the iterator used. More...

#include <my_metadata.h>

Inheritance diagram for my_metadata::const_iterator:
[legend]

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_mapget_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_mapdata
 

Detailed Description

The data type of the iterator used.

Keep consistent with the type of the underlying data structure

Constructor & Destructor Documentation

◆ const_iterator()

my_metadata::const_iterator::const_iterator ( my_unordered_string_to_string_map::const_iterator  iter,
my_unordered_string_to_string_map data_arg 
)

Member Function Documentation

◆ get_data()

my_unordered_string_to_string_map * my_metadata::const_iterator::get_data ( )

Gets pointer to structure the iterator is iterating over.

◆ is_at_end()

bool my_metadata::const_iterator::is_at_end ( )

Checks if iterator is pointing behind the end element.

Member Data Documentation

◆ data

my_unordered_string_to_string_map* my_metadata::const_iterator::data
private

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