MapLibre Native Core
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Typedefs
a
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerations
a
b
c
e
f
h
i
k
l
m
n
o
r
s
t
v
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
a
b
e
i
m
o
s
t
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
work_request.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mbgl/util/async_request.hpp
>
4
5
#include <memory>
6
7
namespace
mbgl
{
8
9
class
WorkTask;
10
11
class
WorkRequest
:
public
AsyncRequest
{
12
public
:
13
using
Task
= std::shared_ptr<WorkTask>;
14
WorkRequest
(
Task
);
15
~WorkRequest
()
override
;
16
17
private
:
18
std::shared_ptr<WorkTask> task;
19
};
20
21
}
// namespace mbgl
async_request.hpp
mbgl::AsyncRequest
Definition:
async_request.hpp:7
mbgl::WorkRequest
Definition:
work_request.hpp:11
mbgl::WorkRequest::Task
std::shared_ptr< WorkTask > Task
Definition:
work_request.hpp:13
mbgl::WorkRequest::~WorkRequest
~WorkRequest() override
mbgl::WorkRequest::WorkRequest
WorkRequest(Task)
mbgl
Definition:
actor.hpp:15
include
mbgl
util
work_request.hpp
MapLibre website
|
GitHub repository