MapLibre Native Core
async_request.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mbgl/util/noncopyable.hpp
>
4
5
namespace
mbgl
{
6
7
class
AsyncRequest
:
private
util::noncopyable
{
8
public
:
9
virtual
~AsyncRequest
() =
default
;
10
};
11
12
}
// namespace mbgl
mbgl::AsyncRequest
Definition:
async_request.hpp:7
mbgl::AsyncRequest::~AsyncRequest
virtual ~AsyncRequest()=default
mbgl::util::non_copyable_::noncopyable
Definition:
noncopyable.hpp:9
mbgl
Definition:
actor.hpp:15
noncopyable.hpp
include
mbgl
util
async_request.hpp
MapLibre website
|
GitHub repository