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

#include <filter_limit.hpp>

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

Classes

class  Impl
 
class  Ses
 

Public Member Functions

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

Private Attributes

boost::scoped_ptr< Implm_p
 

Detailed Description

Definition at line 28 of file filter_limit.hpp.

Constructor & Destructor Documentation

◆ Limit()

mp::filter::Limit::Limit ( )

Definition at line 63 of file filter_limit.cpp.

63  : m_p(new Impl)
64 {
65 }
boost::scoped_ptr< Impl > m_p

◆ ~Limit()

mp::filter::Limit::~Limit ( )

Definition at line 67 of file filter_limit.cpp.

68 { // must have a destructor because of boost::scoped_ptr
69 }

Member Function Documentation

◆ configure()

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

Definition at line 71 of file filter_limit.cpp.

73 {
74  m_p->configure(xmlnode);
75 }

◆ process()

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

Definition at line 77 of file filter_limit.cpp.

78 {
79  m_p->process(package);
80 }

Member Data Documentation

◆ m_p

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

Definition at line 31 of file filter_limit.hpp.


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