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

#include <filter_zoom.hpp>

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

Classes

class  Backend
 
class  Frontend
 
class  Impl
 
class  Searchable
 

Public Member Functions

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

Private Types

typedef boost::shared_ptr< FrontendFrontendPtr
 
typedef boost::shared_ptr< BackendBackendPtr
 
typedef boost::shared_ptr< SearchableSearchablePtr
 

Private Attributes

boost::scoped_ptr< Implm_p
 

Detailed Description

Definition at line 29 of file filter_zoom.hpp.

Member Typedef Documentation

◆ BackendPtr

typedef boost::shared_ptr<Backend> metaproxy_1::filter::Zoom::BackendPtr
private

Definition at line 36 of file filter_zoom.hpp.

◆ FrontendPtr

typedef boost::shared_ptr<Frontend> metaproxy_1::filter::Zoom::FrontendPtr
private

Definition at line 35 of file filter_zoom.hpp.

◆ SearchablePtr

typedef boost::shared_ptr<Searchable> metaproxy_1::filter::Zoom::SearchablePtr
private

Definition at line 37 of file filter_zoom.hpp.

Constructor & Destructor Documentation

◆ Zoom()

mp::filter::Zoom::Zoom ( )

Definition at line 277 of file filter_zoom.cpp.

277  : m_p(new Impl)
278 {
279 }
boost::scoped_ptr< Impl > m_p
Definition: filter_zoom.hpp:33

◆ ~Zoom()

mp::filter::Zoom::~Zoom ( )

Definition at line 281 of file filter_zoom.cpp.

282 { // must have a destructor because of boost::scoped_ptr
283 }

Member Function Documentation

◆ configure()

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

Definition at line 285 of file filter_zoom.cpp.

287 {
288  m_p->configure(xmlnode, test_only, path);
289 }

◆ process()

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

Definition at line 291 of file filter_zoom.cpp.

292 {
293  m_p->process(package);
294 }

Member Data Documentation

◆ m_p

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

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