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

#include <filter_zoom.hpp>

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
< Frontend
FrontendPtr
typedef boost::shared_ptr
< Backend
BackendPtr
typedef boost::shared_ptr
< Searchable
SearchablePtr

Private Attributes

boost::scoped_ptr< Implm_p

Detailed Description

Definition at line 29 of file filter_zoom.hpp.

Member Typedef Documentation

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

Definition at line 36 of file filter_zoom.hpp.

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

Definition at line 35 of file filter_zoom.hpp.

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

Definition at line 37 of file filter_zoom.hpp.

Constructor & Destructor Documentation

metaproxy_1::filter::Zoom::Zoom ( )
metaproxy_1::filter::Zoom::~Zoom ( )

Member Function Documentation

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

Member Data Documentation

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

Definition at line 33 of file filter_zoom.hpp.


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