metaproxy 1.22.1
factory_static.cpp
Go to the documentation of this file.
1/* This file is part of Metaproxy.
2 Copyright (C) Index Data
3
4Metaproxy is free software; you can redistribute it and/or modify it under
5the terms of the GNU General Public License as published by the Free
6Software Foundation; either version 2, or (at your option) any later
7version.
8
9Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY
10WARRANTY; without even the implied warranty of MERCHANTABILITY or
11FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program; if not, write to the Free Software
16Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17*/
18
19#include <iostream>
20#include <stdexcept>
21
22#include "factory_static.hpp"
23
24#include "config.hpp"
25#include <metaproxy/filter.hpp>
26#include <metaproxy/package.hpp>
27
28#include "factory_filter.hpp"
29
32#include "filter_bounce.hpp"
33#ifndef WIN32
34#include "filter_cgi.hpp"
35#endif
36#include "filter_cql_rpn.hpp"
39#include "filter_http_file.hpp"
41#include "filter_limit.hpp"
43#include "filter_log.hpp"
44#include "filter_multi.hpp"
48#include "filter_sd_remove.hpp"
50#include "filter_sort.hpp"
52#include "filter_template.hpp"
53#include "filter_virt_db.hpp"
56#include "filter_zoom.hpp"
58
59namespace mp = metaproxy_1;
60
99
100
101/*
102 * Local variables:
103 * c-basic-offset: 4
104 * c-file-style: "Stroustrup"
105 * indent-tabs-mode: nil
106 * End:
107 * vim: shiftwidth=4 tabstop=8 expandtab
108 */
109
bool add_creator(const std::string &fi, CreateFilterCallback cfc)
struct metaproxy_1_filter_struct metaproxy_1_filter_auth_simple
struct metaproxy_1_filter_struct metaproxy_1_filter_backend_test
struct metaproxy_1_filter_struct metaproxy_1_filter_bounce
struct metaproxy_1_filter_struct metaproxy_1_filter_cgi
struct metaproxy_1_filter_struct metaproxy_1_filter_cql_rpn
struct metaproxy_1_filter_struct metaproxy_1_filter_frontend_net
struct metaproxy_1_filter_struct metaproxy_1_filter_http_client
struct metaproxy_1_filter_struct metaproxy_1_filter_http_file
struct metaproxy_1_filter_struct metaproxy_1_filter_http_rewrite1
struct metaproxy_1_filter_struct metaproxy_1_filter_http_rewrite
struct metaproxy_1_filter_struct metaproxy_1_filter_limit
struct metaproxy_1_filter_struct metaproxy_1_filter_load_balance
struct metaproxy_1_filter_struct metaproxy_1_filter_log
struct metaproxy_1_filter_struct metaproxy_1_filter_multi
struct metaproxy_1_filter_struct metaproxy_1_filter_present_chunk
struct metaproxy_1_filter_struct metaproxy_1_filter_query_rewrite
struct metaproxy_1_filter_struct metaproxy_1_filter_record_transform
struct metaproxy_1_filter_struct metaproxy_1_filter_sd_remove
struct metaproxy_1_filter_struct metaproxy_1_filter_session_shared
struct metaproxy_1_filter_struct metaproxy_1_filter_sort
struct metaproxy_1_filter_struct metaproxy_1_filter_sru_z3950
struct metaproxy_1_filter_struct metaproxy_1_filter_template
struct metaproxy_1_filter_struct metaproxy_1_filter_virt_db
struct metaproxy_1_filter_struct metaproxy_1_filter_z3950_client
struct metaproxy_1_filter_struct metaproxy_1_filter_zeerex_explain
struct metaproxy_1_filter_struct metaproxy_1_filter_zoom