#include <wayland-client.h>
#include <memory>
#include <vector>
#include <functional>
#include <unordered_map>
Go to the source code of this file.
|
template<typename Type > |
auto | make_scoped (Type *owned, void(*deleter)(Type *)) -> std::unique_ptr< Type, void(*)(Type *)> |
|
wl_shm_pool * | make_shm_pool (struct wl_shm *shm, int size, void **data) |
|
◆ make_scoped()
template<typename Type >
auto make_scoped |
( |
Type * |
owned, |
|
|
void(*)(Type *) |
deleter |
|
) |
| -> std::unique_ptr<Type, void(*)(Type*)>
|
◆ make_shm_pool()
wl_shm_pool * make_shm_pool |
( |
struct wl_shm * |
shm, |
|
|
int |
size, |
|
|
void ** |
data |
|
) |
| |
Copyright © 2012-2022
Canonical Ltd.
Generated on Sat 3 Dec 14:36:51 UTC 2022
This documentation is licensed under the GPL version 2 or 3.