MySQL 8.0.37
Source Code Documentation
Symbol_location Struct Reference

Helper class for the YYLTYPE. More...

#include <parse_location.h>

Public Member Functions

bool is_empty () const
 
size_t length () const
 

Public Attributes

const char * start
 
const char * end
 

Detailed Description

Helper class for the YYLTYPE.

Member Function Documentation

◆ is_empty()

bool Symbol_location::is_empty ( ) const
inline

◆ length()

size_t Symbol_location::length ( ) const
inline

Member Data Documentation

◆ end

const char* Symbol_location::end

◆ start

const char* Symbol_location::start

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