metaproxy  1.21.0
Classes | Public Member Functions | Private Attributes | List of all members
metaproxy_1::filter::ZeeRexExplain Class Reference

#include <filter_zeerex_explain.hpp>

Inheritance diagram for metaproxy_1::filter::ZeeRexExplain:
Inheritance graph
Collaboration diagram for metaproxy_1::filter::ZeeRexExplain:
Collaboration graph

Classes

class  Impl
 

Public Member Functions

 ZeeRexExplain ()
 
 ~ZeeRexExplain ()
 
void configure (const xmlNode *xmlnode, bool test_only, const char *path)
 
void process (metaproxy_1::Package &package) const
 

Private Attributes

boost::scoped_ptr< Implm_p
 

Detailed Description

Definition at line 29 of file filter_zeerex_explain.hpp.

Constructor & Destructor Documentation

◆ ZeeRexExplain()

mp::filter::ZeeRexExplain::ZeeRexExplain ( )

Definition at line 56 of file filter_zeerex_explain.cpp.

56  : m_p(new Impl)
57 {
58 }

◆ ~ZeeRexExplain()

mp::filter::ZeeRexExplain::~ZeeRexExplain ( )

Definition at line 60 of file filter_zeerex_explain.cpp.

61 { // must have a destructor because of boost::scoped_ptr
62 }

Member Function Documentation

◆ configure()

void mp::filter::ZeeRexExplain::configure ( const xmlNode *  xmlnode,
bool  test_only,
const char *  path 
)

Definition at line 64 of file filter_zeerex_explain.cpp.

66 {
67  m_p->configure(xmlnode);
68 }

◆ process()

void mp::filter::ZeeRexExplain::process ( metaproxy_1::Package &  package) const

Definition at line 70 of file filter_zeerex_explain.cpp.

71 {
72  m_p->process(package);
73 }

Member Data Documentation

◆ m_p

boost::scoped_ptr<Impl> metaproxy_1::filter::ZeeRexExplain::m_p
private

Definition at line 31 of file filter_zeerex_explain.hpp.


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