metaproxy 1.22.1
Classes | Namespaces | Functions | Variables
filter_present_chunk.cpp File Reference
#include "config.hpp"
#include "filter_present_chunk.hpp"
#include <time.h>
#include <yaz/log.h>
#include <yaz/copy_types.h>
#include <metaproxy/package.hpp>
#include <metaproxy/util.hpp>
Include dependency graph for filter_present_chunk.cpp:

Go to the source code of this file.

Classes

class  metaproxy_1::filter::PresentChunk::Impl
 

Namespaces

namespace  metaproxy_1
 
namespace  metaproxy_1::filter
 

Functions

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

Variables

struct metaproxy_1_filter_struct metaproxy_1_filter_present_chunk
 

Function Documentation

◆ filter_creator()

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

Definition at line 189 of file filter_present_chunk.cpp.

190{
191 return new mp::filter::PresentChunk;
192}

Variable Documentation

◆ metaproxy_1_filter_present_chunk

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

Definition at line 195 of file filter_present_chunk.cpp.

195 {
196 0,
197 "present_chunk",
199 };

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