metaproxy  1.21.0
Public Member Functions | List of all members
metaproxy_1::filter::Filter_dl Class Reference
Inheritance diagram for metaproxy_1::filter::Filter_dl:
Inheritance graph
Collaboration diagram for metaproxy_1::filter::Filter_dl:
Collaboration graph

Public Member Functions

void process (mp::Package &package) const
 
void configure (const xmlNode *ptr, bool test_only, const char *path)
 

Detailed Description

Definition at line 28 of file filter_dl.cpp.

Member Function Documentation

◆ configure()

void mp::filter::Filter_dl::configure ( const xmlNode *  ptr,
bool  test_only,
const char *  path 
)

Definition at line 41 of file filter_dl.cpp.

43 {
44  mp::xml::check_empty(ptr);
45 }

◆ process()

void mp::filter::Filter_dl::process ( mp::Package &  package) const

Definition at line 37 of file filter_dl.cpp.

38 {
39 }

The documentation for this class was generated from the following file: