MySQL 9.0.0
Source Code Documentation
Table_access_map Class Reference

#include <auth_internal.h>

Public Types

typedef Table_access_map_storage::iterator iterator
 
typedef Table_access_map_storage::value_type value_type
 
typedef Table_access_map_storage::mapped_type mapped_type
 

Public Member Functions

 Table_access_map ()
 
mapped_typeoperator[] (const Table_access_map_storage::key_type &key)
 
iterator begin ()
 
iterator end ()
 
iterator find (const Table_access_map_storage::key_type &key)
 
void set_thd (THD *thd)
 
THDget_thd ()
 

Private Attributes

THDm_thd
 
Table_access_map_storage m_values
 

Member Typedef Documentation

◆ iterator

typedef Table_access_map_storage::iterator Table_access_map::iterator

◆ mapped_type

typedef Table_access_map_storage::mapped_type Table_access_map::mapped_type

◆ value_type

typedef Table_access_map_storage::value_type Table_access_map::value_type

Constructor & Destructor Documentation

◆ Table_access_map()

Table_access_map::Table_access_map ( )
inline

Member Function Documentation

◆ begin()

iterator Table_access_map::begin ( )
inline

◆ end()

iterator Table_access_map::end ( )
inline

◆ find()

iterator Table_access_map::find ( const Table_access_map_storage::key_type &  key)
inline

◆ get_thd()

THD * Table_access_map::get_thd ( )
inline

◆ operator[]()

mapped_type & Table_access_map::operator[] ( const Table_access_map_storage::key_type &  key)
inline

◆ set_thd()

void Table_access_map::set_thd ( THD thd)
inline

Member Data Documentation

◆ m_thd

THD* Table_access_map::m_thd
private

◆ m_values

Table_access_map_storage Table_access_map::m_values
private

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