MySQL 8.4.0
Source Code Documentation
Unique_symbol_map Class Reference

Gathers and prints out the unique symbols. More...

Public Member Functions

 Unique_symbol_map ()
 
void insert (const std::string &symbol_line)
 Processes a new symbol candidate in form of a single line of link /dump output. More...
 

Private Attributes

std::unordered_set< std::string > m_symbols_seen
 List of symbols seen and printed out so far. More...
 

Detailed Description

Gathers and prints out the unique symbols.

Constructor & Destructor Documentation

◆ Unique_symbol_map()

Unique_symbol_map::Unique_symbol_map ( )
inline

Member Function Documentation

◆ insert()

void Unique_symbol_map::insert ( const std::string &  symbol_line)

Processes a new symbol candidate in form of a single line of link /dump output.

Member Data Documentation

◆ m_symbols_seen

std::unordered_set<std::string> Unique_symbol_map::m_symbols_seen
private

List of symbols seen and printed out so far.


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