![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <ios>#include <memory>#include <event2/event.h>#include <event2/http.h>Go to the source code of this file.
Macros | |
| #define | MAKE_RAII(type) |
Functions | |
| MAKE_RAII (event_base) | |
| MAKE_RAII (event) | |
| MAKE_RAII (evhttp) | |
| MAKE_RAII (evhttp_request) | |
| MAKE_RAII (evhttp_connection) | |
| raii_event_base | obtain_event_base () |
| raii_event | obtain_event (struct event_base *base, evutil_socket_t s, short events, event_callback_fn cb, void *arg) |
| raii_evhttp | obtain_evhttp (struct event_base *base) |
| raii_evhttp_request | obtain_evhttp_request (void(*cb)(struct evhttp_request *, void *), void *arg) |
| raii_evhttp_connection | obtain_evhttp_connection_base (struct event_base *base, std::string host, uint16_t port) |
| #define MAKE_RAII | ( | type | ) |
| MAKE_RAII | ( | event | ) |
| MAKE_RAII | ( | event_base | ) |
| MAKE_RAII | ( | evhttp | ) |
| MAKE_RAII | ( | evhttp_connection | ) |
| MAKE_RAII | ( | evhttp_request | ) |
|
inline |
|
inline |
|
inline |
|
inline |