MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::CustomLayer Class Referencefinal

#include <custom_layer.hpp>

Inheritance diagram for mbgl::style::CustomLayer:

Public Member Functions

 CustomLayer (const std::string &id, std::unique_ptr< CustomLayerHost > host)
 
 CustomLayer (const CustomLayer &)=delete
 
 ~CustomLayer () final
 
const Impl & impl () const
 
Mutable< Impl > mutableImpl () const
 

Detailed Description

Definition at line 64 of file custom_layer.hpp.

Constructor & Destructor Documentation

◆ CustomLayer() [1/2]

mbgl::style::CustomLayer::CustomLayer ( const std::string &  id,
std::unique_ptr< CustomLayerHost host 
)

◆ CustomLayer() [2/2]

mbgl::style::CustomLayer::CustomLayer ( const CustomLayer )
delete

◆ ~CustomLayer()

mbgl::style::CustomLayer::~CustomLayer ( )
final

Member Function Documentation

◆ impl()

const Impl& mbgl::style::CustomLayer::impl ( ) const

◆ mutableImpl()

Mutable<Impl> mbgl::style::CustomLayer::mutableImpl ( ) const

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