MySQL 8.3.0
Source Code Documentation
CreateTracker::File Struct Reference

For tracking the filename and line number. More...

Public Member Functions

 File () 1
 Constructor. More...
 
 File (const char *name, uint16_t line) 1
 Constructor. More...
 

Public Attributes

std::string m_name
 Filename where created. More...
 
uint16_t m_line
 Line number where created. More...
 

Detailed Description

For tracking the filename and line number.

Constructor & Destructor Documentation

◆ File() [1/2]

CreateTracker::File::File ( )
inline

Constructor.

◆ File() [2/2]

CreateTracker::File::File ( const char *  name,
uint16_t  line 
)
inline

Constructor.

Parameters
[in]nameFilename where created
[in]lineLine number where created

Member Data Documentation

◆ m_line

uint16_t CreateTracker::File::m_line

Line number where created.

◆ m_name

std::string CreateTracker::File::m_name

Filename where created.


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