MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::expression::ParsingError Struct Reference

#include <parsing_context.hpp>

Public Member Functions

bool operator== (const ParsingError &rhs) const
 

Public Attributes

std::string message
 
std::string key
 

Detailed Description

Definition at line 22 of file parsing_context.hpp.

Member Function Documentation

◆ operator==()

bool mbgl::style::expression::ParsingError::operator== ( const ParsingError rhs) const
inline

Definition at line 25 of file parsing_context.hpp.

Member Data Documentation

◆ key

std::string mbgl::style::expression::ParsingError::key

Definition at line 24 of file parsing_context.hpp.

◆ message

std::string mbgl::style::expression::ParsingError::message

Definition at line 23 of file parsing_context.hpp.


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