virthttp  0.0
libvirt http interface
Classes | Typedefs | Variables
network.hpp File Reference
#include <tuple>
#include <rapidjson/rapidjson.h>
#include "wrapper/depends.hpp"
#include "wrapper/dispatch.hpp"
#include "wrapper/network_actions_table.hpp"
#include "base.hpp"
#include "flagwork.hpp"
#include "hdl_ctx.hpp"
#include "logger.hpp"
#include "urlparser.hpp"
#include "virt_wrap.hpp"

Go to the source code of this file.

Classes

class  NetworkUnawareHandlers
 
class  NetworkHandlers
 

Typedefs

using NetworkJDispatcherVals = std::tuple< JDispatchVals< JAll >, JDispatchVals< JAll >, JDispatchVals< JAll >, JDispatchVals< JAll >>
 

Variables

constexpr NetworkJDispatcherVals network_jdispatcher_vals {}
 
constexpr auto network_jdispatchers = gen_jdispatchers(network_jdispatcher_vals)
 

Typedef Documentation

jdispatcher values for network handlers as a type list

Variable Documentation

constexpr NetworkJDispatcherVals network_jdispatcher_vals {}

jdispatcher values for network handlers as a tuple

constexpr auto network_jdispatchers = gen_jdispatchers(network_jdispatcher_vals)

jdispatchers for network handlers as an array