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

#include <formatted.hpp>

Public Member Functions

 Formatted ()=default
 
 Formatted (const char *plainU8String)
 
 Formatted (std::vector< FormattedSection > sections_)
 
bool operator== (const Formatted &) const
 
std::string toString () const
 
mbgl::Value toObject () const
 
bool empty () const
 

Public Attributes

std::vector< FormattedSectionsections
 

Detailed Description

Definition at line 39 of file formatted.hpp.

Constructor & Destructor Documentation

◆ Formatted() [1/3]

mbgl::style::expression::Formatted::Formatted ( )
default

◆ Formatted() [2/3]

mbgl::style::expression::Formatted::Formatted ( const char *  plainU8String)
inline

Definition at line 43 of file formatted.hpp.

◆ Formatted() [3/3]

mbgl::style::expression::Formatted::Formatted ( std::vector< FormattedSection sections_)
inline

Definition at line 47 of file formatted.hpp.

Member Function Documentation

◆ empty()

bool mbgl::style::expression::Formatted::empty ( ) const

◆ operator==()

bool mbgl::style::expression::Formatted::operator== ( const Formatted ) const

◆ toObject()

mbgl::Value mbgl::style::expression::Formatted::toObject ( ) const

◆ toString()

std::string mbgl::style::expression::Formatted::toString ( ) const

Member Data Documentation

◆ sections

std::vector<FormattedSection> mbgl::style::expression::Formatted::sections

Definition at line 58 of file formatted.hpp.


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