#include <ios>
#include <memory>
#include <event2/event.h>
#include <event2/http.h>
Go to the source code of this file.
◆ MAKE_RAII
Value: \
void operator()(
struct type *
ob) { \
} \
}; \
\
typedef std::unique_ptr<struct type, type##_deleter>
raii_##type
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition at line 14 of file events.h.
◆ MAKE_RAII() [1/5]
◆ MAKE_RAII() [2/5]
◆ MAKE_RAII() [3/5]
◆ MAKE_RAII() [4/5]
◆ MAKE_RAII() [5/5]
◆ obtain_event()
◆ obtain_event_base()
◆ obtain_evhttp()
◆ obtain_evhttp_connection_base()
◆ obtain_evhttp_request()