metaproxy  1.21.0
Classes | Namespaces | Functions | Variables
filter_template.cpp File Reference
#include "config.hpp"
#include "filter_template.hpp"
#include <metaproxy/package.hpp>
#include <metaproxy/util.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/thread/mutex.hpp>
#include <yaz/zgdu.h>
Include dependency graph for filter_template.cpp:

Go to the source code of this file.

Classes

class  metaproxy_1::filter::Template
 

Namespaces

 metaproxy_1
 
 metaproxy_1::filter
 

Functions

static mp::filter::Base * filter_creator ()
 

Variables

struct metaproxy_1_filter_struct metaproxy_1_filter_template
 

Function Documentation

◆ filter_creator()

static mp::filter::Base* filter_creator ( )
static

Definition at line 66 of file filter_template.cpp.

67 {
68  return new mp::filter::Template;
69 }

Variable Documentation

◆ metaproxy_1_filter_template

struct metaproxy_1_filter_struct metaproxy_1_filter_template
Initial value:
= {
0,
"template",
}
static mp::filter::Base * filter_creator()

Definition at line 66 of file filter_template.cpp.

Referenced by metaproxy_1::FactoryStatic::FactoryStatic().